From 012f15d84b6d1e7b57eecc5c767b11d032a5808d Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 3 Nov 2020 17:17:42 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=CE=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/sidebar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/sidebar.ts b/src/client/sidebar.ts index b9cdd87a4..70f0bb317 100644 --- a/src/client/sidebar.ts +++ b/src/client/sidebar.ts @@ -137,7 +137,7 @@ export const sidebarDef = { location.reload(); } }, { - text: i18n.global.t('desktop'), + text: i18n.global.t('desktop') + ' (β)', action: () => { localStorage.setItem('ui', 'desktop'); location.reload();