mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-05 04:33:14 +02:00
Merge branch 'main' into twilio
This commit is contained in:
commit
69b01bc468
23 changed files with 2593 additions and 267 deletions
web/src/components
|
@ -585,7 +585,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