diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-02-10 22:19:26 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-02-10 22:19:26 +0100 |
commit | b47a53f90299a1fb52423aacbc0c23427e2eb132 (patch) | |
tree | 02345d3f300c1013aa4e3b8bae9df0eb14f64c47 /app/javascript/flavours/glitch/features/ui | |
parent | 14a1bb703a98282349cc95ac9a561c795c6881a0 (diff) |
[Glitch] Rename from instance to server.
Port 46e806cd2f14a5e45d66b4c23040855202818984 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch/features/ui')
-rw-r--r-- | app/javascript/flavours/glitch/features/ui/components/report_modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/ui/components/report_modal.js b/app/javascript/flavours/glitch/features/ui/components/report_modal.js index a139394ac..8be1d5856 100644 --- a/app/javascript/flavours/glitch/features/ui/components/report_modal.js +++ b/app/javascript/flavours/glitch/features/ui/components/report_modal.js @@ -97,7 +97,7 @@ export default class ReportModal extends ImmutablePureComponent { <div className='report-modal__container'> <div className='report-modal__comment'> - <p><FormattedMessage id='report.hint' defaultMessage='The report will be sent to your instance moderators. You can provide an explanation of why you are reporting this account below:' /></p> + <p><FormattedMessage id='report.hint' defaultMessage='The report will be sent to your server moderators. You can provide an explanation of why you are reporting this account below:' /></p> <textarea className='setting-text light' |