Skip to content

Commit 95a436c

Browse files
committed
Use room(s) style in message
1 parent a2a07b5 commit 95a436c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/views/settings/EventIndexPanel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,10 @@ export default class EventIndexPanel extends React.Component {
130130
<div>
131131
<div className='mx_SettingsTab_subsectionText'>
132132
{_t("Securely cache encrypted messages locally for them " +
133-
"to appear in search results, using %(size)s to store messages from %(count)s rooms.",
133+
"to appear in search results, using %(size)s to store messages from %(rooms)s room(s).",
134134
{
135135
size: formatBytes(this.state.eventIndexSize, 0),
136-
count: formatCountLong(this.state.roomCount),
136+
rooms: formatCountLong(this.state.roomCount),
137137
},
138138
)}
139139
</div>

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@
935935
"Failed to set display name": "Failed to set display name",
936936
"Encryption": "Encryption",
937937
"Individually verify each session used by a user to mark it as trusted, not trusting cross-signed devices.": "Individually verify each session used by a user to mark it as trusted, not trusting cross-signed devices.",
938-
"Securely cache encrypted messages locally for them to appear in search results, using %(size)s to store messages from %(count)s rooms.": "Securely cache encrypted messages locally for them to appear in search results, using %(size)s to store messages from %(count)s rooms.",
938+
"Securely cache encrypted messages locally for them to appear in search results, using %(size)s to store messages from %(rooms)s room(s).": "Securely cache encrypted messages locally for them to appear in search results, using %(size)s to store messages from %(rooms)s room(s).",
939939
"Manage": "Manage",
940940
"Securely cache encrypted messages locally for them to appear in search results.": "Securely cache encrypted messages locally for them to appear in search results.",
941941
"%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with <nativeLink>search components added</nativeLink>.": "%(brand)s is missing some components required for securely caching encrypted messages locally. If you'd like to experiment with this feature, build a custom %(brand)s Desktop with <nativeLink>search components added</nativeLink>.",

0 commit comments

Comments
 (0)