Add description for raise tickets

This commit is contained in:
Neeraj Gupta 2023-04-26 10:48:18 +05:30
parent 90b28525eb
commit a46cce94e2
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1
2 changed files with 7 additions and 1 deletions

View file

@ -4495,7 +4495,8 @@ class S {
return Intl.message( return Intl.message(
'Raise ticket', 'Raise ticket',
name: 'raiseTicket', name: 'raiseTicket',
desc: '', desc:
'Button text for raising a support tickets in case of unhandled errors during backup',
args: [], args: [],
); );
} }

View file

@ -622,6 +622,11 @@
"storageLimitExceeded": "Storage limit exceeded", "storageLimitExceeded": "Storage limit exceeded",
"upgrade": "Upgrade", "upgrade": "Upgrade",
"raiseTicket": "Raise ticket", "raiseTicket": "Raise ticket",
"@raiseTicket": {
"description": "Button text for raising a support tickets in case of unhandled errors during backup",
"type": "text"
},
"backupFailed": "Backup failed", "backupFailed": "Backup failed",
"couldNotBackUpTryLater": "We could not backup your data.\nWe will retry later.", "couldNotBackUpTryLater": "We could not backup your data.\nWe will retry later.",
"enteCanEncryptAndPreserveFilesOnlyIfYouGrant": "ente can encrypt and preserve files only if you grant access to them", "enteCanEncryptAndPreserveFilesOnlyIfYouGrant": "ente can encrypt and preserve files only if you grant access to them",