This commit is contained in:
Daniel Shleifman
2022-06-19 21:32:17 +03:00
parent 9d726196c4
commit 715b6283af
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ export default function AboutDialog() {
{isStandaloneApp ? (
<>
<InfoIcon />
<div>{t('About')}</div>
<div>{t('Details')}</div>
</>
) : (
<>

View File

@@ -21,7 +21,7 @@ export default function CloseServer({ isOffline, isLoading }) {
{isStandaloneApp ? (
<>
<PowerSettingsNewIcon />
<div>{t('CloseServer')}</div>
<div>{t('TurnOff')}</div>
</>
) : (
<>