diff --git a/weblate/templates/accounts/profile.html b/weblate/templates/accounts/profile.html index c50bf9453b82..6627a859e4de 100644 --- a/weblate/templates/accounts/profile.html +++ b/weblate/templates/accounts/profile.html @@ -474,7 +474,7 @@

{% trans "Description" %}

- {% 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 %}

@@ -502,7 +502,7 @@

{% trans "Audit log" %}

{% empty %} - {% trans "No recent activity found!" %} + {% trans "No recent activity found." %} {% endfor %} @@ -523,7 +523,7 @@

{% documentation_icon 'api' right=True %}{% trans "API a

- {% 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 %}