Skip to content

Commit

Permalink
Fix the retention placeholder text
Browse files Browse the repository at this point in the history
The old value is a repetition of the helper text: let's put an example
like for many other placeholders.
  • Loading branch information
DavidePrincipi committed Jun 27, 2024
1 parent 4371e81 commit 0d82e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/public/i18n/language.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"always_bcc_not_set_description": "The selected mail server no longer archives messages here. Please update its Always Bcc setting for proper archiving.",
"retention_days": "Retention duration",
"retention_days_error": "Enter a number greater than 0",
"placeholder_retention_days": "Type the number of days",
"placeholder_retention_days": "E.g. 180",
"retention_days_helper": "Enter the number of days",
"node": "Node {nodeId}",
"warnings_one_time_installation_description": "You won't be able to change it after the first configuration",
Expand Down

0 comments on commit 0d82e46

Please sign in to comment.