Fix inconsistent grammar in device sign out modal (#8253)
This commit is contained in:
parent
137c015d6c
commit
1e442b2260
2 changed files with 5 additions and 2 deletions
|
@ -205,7 +205,9 @@ export default class DevicesPanel extends React.Component<IProps, IState> {
|
|||
continueKind: "primary",
|
||||
},
|
||||
[SSOAuthEntry.PHASE_POSTAUTH]: {
|
||||
title: _t("Confirm signing out these devices"),
|
||||
title: _t("Confirm signing out these devices", {
|
||||
count: numDevices,
|
||||
}),
|
||||
body: _t("Click the button below to confirm signing out these devices.", {
|
||||
count: numDevices,
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue