SDA-3964 Updating label for IV channel

This commit is contained in:
sbenmoussati 2022-11-16 15:18:11 +01:00 committed by Salah Benmoussati
parent 3be74a20b9
commit a8cd4c0467
3 changed files with 7 additions and 5 deletions

View File

@ -753,7 +753,7 @@ export class AppMenu {
visible: isCorp,
type: 'checkbox',
checked: this.getUpdateChannel() === Channels.IV,
label: i18n.t('C9 - IV')(),
label: i18n.t('IV Dogfooding')(),
},
{
id: `${Target.SDA}-${Channels.Beta}`,

View File

@ -232,5 +232,6 @@
"Zoom Out": "Zoom Out",
"Allow once (risky)": "Allow once (risky)",
"Deny": "Deny",
"Invalid security certificate": "has an invalid security certificate."
}
"Invalid security certificate": "has an invalid security certificate.",
"IV Dogfooding": "IV Dogfooding"
}

View File

@ -232,5 +232,6 @@
"Zoom Out": "Zoom Out",
"Allow once (risky)": "Allow once (risky)",
"Deny": "Deny",
"Invalid security certificate": "has an invalid security certificate."
}
"Invalid security certificate": "has an invalid security certificate.",
"IV Dogfooding": "IV Dogfooding"
}