diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-11-03 17:17:42 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-11-03 17:17:42 +0900 |
| commit | 012f15d84b6d1e7b57eecc5c767b11d032a5808d (patch) | |
| tree | c5bc70e46f837d0d2b1a54322329ed24e52f72c8 /src | |
| parent | Clean up (diff) | |
| download | sharkey-012f15d84b6d1e7b57eecc5c767b11d032a5808d.tar.gz sharkey-012f15d84b6d1e7b57eecc5c767b11d032a5808d.tar.bz2 sharkey-012f15d84b6d1e7b57eecc5c767b11d032a5808d.zip | |
chore: β
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/sidebar.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/sidebar.ts b/src/client/sidebar.ts index b9cdd87a4a..70f0bb3178 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(); |