Skip to content

Commit

Permalink
fix(l10n): Escaping didn't work (#1425)
Browse files Browse the repository at this point in the history
Reported at Transifex

Signed-off-by: rakekniven <[email protected]>
Co-authored-by: Alexander Piskun <[email protected]>
  • Loading branch information
rakekniven and bigcat88 authored Jul 30, 2024
1 parent 222d094 commit c073749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloudappstore/user/templates/user/transfer-apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1>{% trans "Transfer Apps" %}</h1>
<section>
<p>{% trans 'To transfer an app to a new owner you must first unlock the app. A user can then take control of the app by registering it again on the app register page in the app developer menu.' %}</p>
<p>{% trans 'Don\'t have a new owner yet? You can mark the app as orphaned to indicate that you are looking for a new owner. Once the transfer is complete, the app will be automatically marked as un-orphaned/maintained again.' %}</p>
<p>{% trans "Don\'t have a new owner yet? You can mark the app as orphaned to indicate that you are looking for a new owner. Once the transfer is complete, the app will be automatically marked as un-orphaned/maintained again." %}</p>

{% if apps %}
<table class="table table-striped transfer-apps">
Expand Down

0 comments on commit c073749

Please sign in to comment.