Changeset badbba8 in Klonkt for src/views/pages


Ignore:
Timestamp:
07/01/2026 07:31:48 PM (2 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
8cf8b5f
Parents:
9e1b1bb
Message:

copy(fedi): simpler report-target wording (instance + moderator(s))

Reword fedi.report_where to a shorter, generic line without the handle:
'The report goes to the instance and their moderator(s).' (nl/en/de).

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/authorize-interaction.ejs

    r9e1b1bb rbadbba8  
    203203        <input type="hidden" name="uri" value="<%= uri %>">
    204204        <input type="hidden" name="actor_uri" value="<%= target.actor_uri %>">
    205         <p class="auth-report-note"><%= t('fedi.report_where', { handle: target.actor_handle }) %></p>
     205        <p class="auth-report-note"><%= t('fedi.report_where') %></p>
    206206        <textarea name="reason" rows="3" maxlength="3000" placeholder="<%= t('fedi.report_ph') %>"></textarea>
    207207        <div class="auth-interact-actions">
Note: See TracChangeset for help on using the changeset viewer.