Add proxiwashChangeWash lang key for the setting

This commit is contained in:
docjyJ 2020-09-13 16:03:49 +02:00
parent 82f7af58bd
commit bc14d4cd8d
3 changed files with 6 additions and 2 deletions

View file

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

View file

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

View file

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