mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-3964 Updating label for IV channel
This commit is contained in:
parent
3be74a20b9
commit
a8cd4c0467
@ -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}`,
|
||||
|
@ -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"
|
||||
}
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user