You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/assets/i18n/en.json5
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1848,14 +1848,20 @@
1848
1848
1849
1849
"info.accessibility-settings.disableNotificationTimeOut.hint": "When this toggle is activated, notifications will close automatically after the time out passes. When deactivated, notifications will remain open untill manually closed.",
1850
1850
1851
+
"info.accessibility-settings.invalid-form-notification": "Did not save. The form contains invalid values.",
1852
+
1851
1853
"info.accessibility-settings.liveRegionTimeOut.label": "ARIA Live region time out (in seconds)",
1852
1854
1853
1855
"info.accessibility-settings.liveRegionTimeOut.hint": "The duration after which a message in the ARIA live region disappears. ARIA live regions are not visible on the page, but proivde announcements of notifications (or other actions) to screen readers.",
1854
1856
1857
+
"info.accessibility-settings.liveRegionTimeOut.invalid": "Live region time out must be greater than 0",
1858
+
1855
1859
"info.accessibility-settings.notificationTimeOut.label": "Notification time out (in seconds)",
1856
1860
1857
1861
"info.accessibility-settings.notificationTimeOut.hint": "The duration after which a notification disappears.",
1858
1862
1863
+
"info.accessibility-settings.notificationTimeOut.invalid": "Notification time out must be greater than 0",
0 commit comments