- {{ i18n.tsx._serverSettings.appIconDescription({ host: instance.name ?? host }) }}
+ {{ i18n.tsx._serverSettings.appIconDescription({ host: serverMetadata.name ?? host }) }}
({{ i18n.ts._serverSettings.appIconUsageExample }})
{{ i18n.ts._serverSettings.appIconStyleRecommendation }}
{{ i18n.tsx._serverSettings.appIconResolutionMustBe({ resolution: '192x192px' }) }}
@@ -30,7 +30,7 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ i18n.ts._serverSettings.iconUrl }} (App/512px)
- {{ i18n.tsx._serverSettings.appIconDescription({ host: instance.name ?? host }) }}
+ {{ i18n.tsx._serverSettings.appIconDescription({ host: serverMetadata.name ?? host }) }}
({{ i18n.ts._serverSettings.appIconUsageExample }})
{{ i18n.ts._serverSettings.appIconStyleRecommendation }}
{{ i18n.tsx._serverSettings.appIconResolutionMustBe({ resolution: '512x512px' }) }}
@@ -104,7 +104,7 @@ SPDX-License-Identifier: AGPL-3.0-only