From 11557905eb45b4b293d68b11e7e981939c401835 Mon Sep 17 00:00:00 2001 From: Zhou Hua Date: Tue, 8 Apr 2025 11:49:29 +0800 Subject: [PATCH] fix cr issues --- src/i18n/en/index.ts | 2 +- src/i18n/zh/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/en/index.ts b/src/i18n/en/index.ts index 7480a22..42e689c 100644 --- a/src/i18n/en/index.ts +++ b/src/i18n/en/index.ts @@ -19,7 +19,7 @@ const en = { '90': '1.5 hours', '120': '2 hours', }, - config: 'White Noise Settings', + config: 'White Noise', paused: '[Paused] ', stopped: '[Time up] ', notPlaying: 'Not playing white noise', diff --git a/src/i18n/zh/index.ts b/src/i18n/zh/index.ts index d4d064f..04556c8 100644 --- a/src/i18n/zh/index.ts +++ b/src/i18n/zh/index.ts @@ -19,7 +19,7 @@ const zh = { '90': '1.5小时', '120': '2小时', }, - config: '白噪音设置', + config: '白噪音', paused: '[暂停] ', stopped: '[时间到] ', notPlaying: '白噪音未播放',