Browse Source

Add proxiwashChangeWash lang key for the setting

docjyJ 3 years ago
parent
commit
bc14d4cd8d
3 changed files with 6 additions and 2 deletions
  1. 2
    0
      locales/en.json
  2. 2
    0
      locales/fr.json
  3. 2
    2
      src/screens/Other/Settings/SettingsScreen.js

+ 2
- 0
locales/en.json View File

@@ -339,6 +339,8 @@
339 339
       "dashboardSub": "Edit what services to display on the dashboard",
340 340
       "proxiwashNotifReminder": "Machine running reminder",
341 341
       "proxiwashNotifReminderSub": "How many minutes before",
342
+      "proxiwashChangeWash": "Laundromat selection",
343
+      "proxiwashChangeWashSub": "Which laundromat to display",
342 344
       "information": "Information",
343 345
       "dashboardEdit": {
344 346
         "title": "Edit dashboard",

+ 2
- 0
locales/fr.json View File

@@ -339,6 +339,8 @@
339 339
       "dashboardSub": "Choisis les services à afficher sur la dashboard",
340 340
       "proxiwashNotifReminder": "Rappel de machine en cours",
341 341
       "proxiwashNotifReminderSub": "Combien de minutes avant",
342
+      "proxiwashChangeWash": "Sélection de la laverie",
343
+      "proxiwashChangeWashSub": "Quel laverie à afficher",
342 344
       "information": "Informations",
343 345
       "dashboardEdit": {
344 346
         "title": "Modifier la dashboard",

+ 2
- 2
src/screens/Other/Settings/SettingsScreen.js View File

@@ -338,8 +338,8 @@ class SettingsScreen extends React.Component<PropsType, StateType> {
338 338
               {this.getProxiwashNotifPicker()}
339 339
             </View>
340 340
             <List.Item
341
-              title="Test"
342
-              description="Test"
341
+              title={i18n.t('screens.settings.proxiwashChangeWash')}
342
+              description={i18n.t('screens.settings.proxiwashChangeWashSub')}
343 343
               left={(props: ListIconPropsType): React.Node => (
344 344
                 <List.Icon
345 345
                   color={props.color}

Loading…
Cancel
Save