Replaced 'Silence' with 'Mute' (verb)

This commit is contained in:
Jo Vuit 2019-01-24 13:36:03 +01:00
parent ed3faa6047
commit 27251e1318
2 changed files with 3 additions and 3 deletions

View File

@ -22,11 +22,11 @@
<div v-else class="ui list"> <div v-else class="ui list">
<div class="ui item" v-if="object.silence_activity"> <div class="ui item" v-if="object.silence_activity">
<i class="feed icon"></i> <i class="feed icon"></i>
<div class="content"><translate>Silence activity</translate></div> <div class="content"><translate>Mute activity</translate></div>
</div> </div>
<div class="ui item" v-if="object.silence_notifications"> <div class="ui item" v-if="object.silence_notifications">
<i class="bell icon"></i> <i class="bell icon"></i>
<div class="content"><translate>Silence notifications</translate></div> <div class="content"><translate>Mute notifications</translate></div>
</div> </div>
<div class="ui item" v-if="object.reject_media"> <div class="ui item" v-if="object.reject_media">
<i class="file icon"></i> <i class="file icon"></i>

View File

@ -112,7 +112,7 @@ export default {
blockAllHelp: this.$gettext("Block everything from this account or domain. This will prevent any interaction with the entity, and purge related content (uploads, libraries, follows, etc.)"), blockAllHelp: this.$gettext("Block everything from this account or domain. This will prevent any interaction with the entity, and purge related content (uploads, libraries, follows, etc.)"),
silenceActivity: { silenceActivity: {
help: this.$gettext("Hide account or domain content, except from followers."), help: this.$gettext("Hide account or domain content, except from followers."),
label: this.$gettext("Silence activity"), label: this.$gettext("Mute activity"),
}, },
silenceNotifications: { silenceNotifications: {
help: this.$gettext("Prevent account or domain from triggering notifications, except from followers."), help: this.$gettext("Prevent account or domain from triggering notifications, except from followers."),