Use singular text on 'delete sessions' button for SSO

Missed in https://github.com/matrix-org/matrix-react-sdk/pull/4357

Not a release blocker at this time.
This commit is contained in:
Travis Ralston 2020-04-09 16:18:12 -06:00
parent 4d461c6d87
commit 879b4e15e5
2 changed files with 3 additions and 2 deletions

View file

@ -139,7 +139,7 @@ export default class DevicesPanel extends React.Component {
body: _t("Click the button below to confirm deleting these sessions.", {
count: numDevices,
}),
continueText: _t("Delete sessions"),
continueText: _t("Delete sessions", {count: numDevices}),
continueKind: "danger",
},
};