Use same wording for organizations as for users.

This commit is contained in:
floss4good 2025-03-09 23:03:00 +02:00
parent 3afae67e11
commit 0a8f59a0ad
No known key found for this signature in database
GPG key ID: 5B948B4F4DAF819D

View file

@ -25,7 +25,7 @@
<button class="ui dropdown icon button" data-tooltip-content="{{ctx.Locale.Tr "repo.more_operations"}}" aria-label="{{ctx.Locale.Tr "toggle_menu"}}">
{{svg "octicon-kebab-horizontal" 14}}
<div class="menu top left">
<a class="item context" href="/-/abuse_reports/new?type=org&id={{$.Org.ID}}">{{ctx.Locale.Tr "moderation.report_content"}}</a>
<a class="item context" href="/-/abuse_reports/new?type=org&id={{$.Org.ID}}">{{ctx.Locale.Tr "moderation.report_abuse"}}</a>
</div>
</button>
{{end}}