Change translation keys for models directory

This commit is contained in:
Louis Delbosc
2022-12-06 14:23:59 +01:00
parent cabac3d9d8
commit fb8bd2ddcd
3 changed files with 21 additions and 21 deletions

View File

@@ -199,7 +199,7 @@ export class TopAppModelImpl extends Disposable implements TopAppModel {
if (org.billingAccount && org.billingAccount.product &&
org.billingAccount.product.name === 'suspended') {
this.notifier.createUserMessage(
t('TeamSiteSuspended'),
t("This team site is suspended. Documents can be read, but not modified."),
{actions: ['renew', 'personal']}
);
}