Align action_* strings with Element X project in Localazy (#11437)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user