From 21f9e4f201d3d7de92039ac545b607f54272167b Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Fri, 10 Nov 2023 11:04:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E7=BD=91=E7=AB=99?= =?UTF-8?q?=E5=8F=8D=E5=90=91=E4=BB=A3=E7=90=86=E7=BC=93=E5=AD=98=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E9=80=89=E6=8B=A9=E5=B9=B4=E6=8A=A5=E9=94=99=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#2873)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs https://github.com/1Panel-dev/1Panel/issues/2866 --- frontend/src/global/mimetype.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/global/mimetype.ts b/frontend/src/global/mimetype.ts index 8a5d1f1c0..d82a5c528 100644 --- a/frontend/src/global/mimetype.ts +++ b/frontend/src/global/mimetype.ts @@ -120,5 +120,5 @@ export const Units = [ { label: i18n.global.t('commons.units.day'), value: 'd' }, { label: i18n.global.t('commons.units.week'), value: 'w' }, { label: i18n.global.t('commons.units.month'), value: 'M' }, - { label: i18n.global.t('commons.units.year'), value: 'Y' }, + { label: i18n.global.t('commons.units.year'), value: 'y' }, ];