mirror of https://github.com/vector-im/riot-web
Try a different string
parent
bebcabcde4
commit
ea61c979f9
|
@ -584,7 +584,7 @@
|
||||||
"Send stickers into this room": "Send stickers into this room",
|
"Send stickers into this room": "Send stickers into this room",
|
||||||
"Send stickers into your active room": "Send stickers into your active room",
|
"Send stickers into your active room": "Send stickers into your active room",
|
||||||
"Change which room you're viewing": "Change which room you're viewing",
|
"Change which room you're viewing": "Change which room you're viewing",
|
||||||
"Change which room you're viewing and use permalinks": "Change which room you're viewing and use permalinks",
|
"Change which room, message, or user you're viewing": "Change which room, message, or user you're viewing",
|
||||||
"Change the topic of this room": "Change the topic of this room",
|
"Change the topic of this room": "Change the topic of this room",
|
||||||
"See when the topic changes in this room": "See when the topic changes in this room",
|
"See when the topic changes in this room": "See when the topic changes in this room",
|
||||||
"Change the topic of your active room": "Change the topic of your active room",
|
"Change the topic of your active room": "Change the topic of your active room",
|
||||||
|
|
|
@ -61,7 +61,7 @@ export class CapabilityText {
|
||||||
[GENERIC_WIDGET_KIND]: _td("Change which room you're viewing"),
|
[GENERIC_WIDGET_KIND]: _td("Change which room you're viewing"),
|
||||||
},
|
},
|
||||||
[MatrixCapabilities.MSC2931Navigate]: {
|
[MatrixCapabilities.MSC2931Navigate]: {
|
||||||
[GENERIC_WIDGET_KIND]: _td("Change which room you're viewing and use permalinks"),
|
[GENERIC_WIDGET_KIND]: _td("Change which room, message, or user you're viewing"),
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue