From 2d4166b023e2ff0c41c1dfb10691d706bb873922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 21 Jan 2025 13:23:45 +0100 Subject: [PATCH] fix(profile): improve assorted profile strings Part of #12448 --- weblate/templates/accounts/profile.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %}