Migrate more strings to translation keys (#11599)
This commit is contained in:
committed by
GitHub
parent
0583fc8090
commit
d00ba74aaa
@@ -56,7 +56,7 @@ export const deleteDevicesWithInteractiveAuth = async (
|
||||
body: _t("Confirm logging out these devices by using Single Sign On to prove your identity.", {
|
||||
count: numDevices,
|
||||
}),
|
||||
continueText: _t("Single Sign On"),
|
||||
continueText: _t("auth|sso"),
|
||||
continueKind: "primary",
|
||||
},
|
||||
[SSOAuthEntry.PHASE_POSTAUTH]: {
|
||||
|
||||
Reference in New Issue
Block a user