From: Mélanie Chauvel Date: Mon, 25 May 2020 10:30:34 +0000 (+0200) Subject: [Glitch] Change wording from “Hide media” to “Hide image/images” in Web UI X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=0b01492276f47bc8df8c1679b705ce33b3639fcf;p=mastodon.git [Glitch] Change wording from “Hide media” to “Hide image/images” in Web UI Port 40d81620b00f6c4ed30b78f95b443a08e62ae8fa to glitch-soc Signed-off-by: Thibaut Girka --- diff --git a/app/javascript/flavours/glitch/components/media_gallery.js b/app/javascript/flavours/glitch/components/media_gallery.js index 9472e34bf..973406ad2 100644 --- a/app/javascript/flavours/glitch/components/media_gallery.js +++ b/app/javascript/flavours/glitch/components/media_gallery.js @@ -23,7 +23,7 @@ const messages = defineMessages({ id: 'status.sensitive_toggle', }, toggle_visible: { - defaultMessage: 'Hide media', + defaultMessage: 'Hide {number, plural, one {image} other {images}}', id: 'media_gallery.toggle_visible', }, warning: { @@ -368,7 +368,7 @@ class MediaGallery extends React.PureComponent { ); } else if (visible) { - spoilerButton = ; + spoilerButton = ; } else { spoilerButton = (