mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-06 04:54:53 +02:00
Fix web app i18n issue in account preferences
This commit is contained in:
parent
ed0c1abd2f
commit
f998d4d2ad
3 changed files with 4 additions and 3 deletions
web/src/components
|
@ -390,7 +390,7 @@ const Stats = () => {
|
|||
description={t("account_usage_attachment_storage_description", {
|
||||
filesize: formatBytes(account.limits.attachment_file_size),
|
||||
expiry: humanizeDuration(account.limits.attachment_expiry_duration * 1000, {
|
||||
language: i18n.language,
|
||||
language: i18n.resolvedLanguage,
|
||||
fallbacks: ["en"]
|
||||
})
|
||||
})}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue