Fix inconsistent grammar in device sign out modal (#8253)

This commit is contained in:
Emmanuel 2022-04-12 14:16:00 +01:00 committed by GitHub
parent 137c015d6c
commit 1e442b2260
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -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,
}),