Skip to content

Commit

Permalink
fix(profile): improve assorted profile strings
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jan 21, 2025
1 parent bfc1587 commit 2d4166b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions weblate/templates/accounts/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ <h4 class="panel-title">{% trans "Description" %}</h4>
</div>
<div class="panel-body">
<p>
{% blocktrans %}Contact us immediately if you see anything suspicious in the audit log.{% endblocktrans %}
{% blocktrans %}Get in contact immediately if you notice anything suspicious in the audit log.{% endblocktrans %}
</p>
</div>
</div>
Expand Down Expand Up @@ -502,7 +502,7 @@ <h4 class="panel-title">{% trans "Audit log" %}</h4>
</tr>
{% empty %}
<tr>
<td colspan="4">{% trans "No recent activity found!" %}</td>
<td colspan="4">{% trans "No recent activity found." %}</td>
</tr>
{% endfor %}
</tbody>
Expand All @@ -523,7 +523,7 @@ <h4 class="panel-title">{% documentation_icon 'api' right=True %}{% trans "API a
<tr>
<td colspan="2">
<p>
{% blocktrans %}You can control Weblate using the HTTP REST API and your API key is used to authenticate to it.{% endblocktrans %}
{% blocktrans %}The API key can be used to control Weblate via the HTTP REST API and to access Weblate Git repositories.{% endblocktrans %}
</p>
</td>
</tr>
Expand Down

0 comments on commit 2d4166b

Please sign in to comment.