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: '白噪音未播放',