Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit bb08459

Browse files
committed
improve wording for directory listings
1 parent 7c04a66 commit bb08459

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/views/rooms/RoomSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ module.exports = React.createClass({
871871
<input type="checkbox" disabled={ !roomState.mayClientSendStateEvent("m.room.aliases", cli) }
872872
onChange={ this._onToggle.bind(this, "isRoomPublished", true, false)}
873873
checked={this.state.isRoomPublished}/>
874-
{_t("List this room in %(domain)s's room directory?", { domain: MatrixClientPeg.get().getDomain() })}
874+
{_t("Publish this room to the public in %(domain)s's room directory?", { domain: MatrixClientPeg.get().getDomain() })}
875875
</label>
876876
</div>
877877
<div className="mx_RoomSettings_settings">

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
"left": "left",
393393
"%(targetName)s left the room.": "%(targetName)s left the room.",
394394
"Level:": "Level:",
395-
"List this room in %(domain)s's room directory?": "List this room in %(domain)s's room directory?",
395+
"Publish this room to the public in %(domain)s's room directory?": "Publish this room to the public in %(domain)s's room directory?",
396396
"Local addresses for this room:": "Local addresses for this room:",
397397
"Logged in as:": "Logged in as:",
398398
"Login as guest": "Login as guest",

src/i18n/strings/en_US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@
359359
"left": "left",
360360
"%(targetName)s left the room.": "%(targetName)s left the room.",
361361
"Level": "Level",
362-
"List this room in %(domain)s's room directory?": "List this room in %(domain)s's room directory?",
362+
"Publish this room to the public in %(domain)s's room directory?": "Publish this room to the public in %(domain)s's room directory?",
363363
"Local addresses for this room:": "Local addresses for this room:",
364364
"Logged in as:": "Logged in as:",
365365
"Login as guest": "Login as guest",

0 commit comments

Comments
 (0)