Align action_* strings with Element X project in Localazy (#11437)

This commit is contained in:
Michael Telatynski
2023-08-22 20:55:15 +01:00
committed by GitHub
parent bdd3710f25
commit df4a2218d7
166 changed files with 1697 additions and 1555 deletions
+2 -2
View File
@@ -407,7 +407,7 @@ export const Commands = [
)}
</p>
),
button: _t("Continue"),
button: _t("action|continue"),
});
prom = finished.then(([useDefault]) => {
@@ -457,7 +457,7 @@ export const Commands = [
new Command({
command: "part",
args: "[<room-address>]",
description: _td("Leave room"),
description: _td("action|leave_room"),
analyticsName: "Part",
isEnabled: (cli) => !isCurrentLocalRoom(cli),
runFn: function (cli, roomId, threadId, args) {