diff --git a/app/templates/admin/api_tokens.html b/app/templates/admin/api_tokens.html index 2a2ae8e..c14baf3 100644 --- a/app/templates/admin/api_tokens.html +++ b/app/templates/admin/api_tokens.html @@ -126,7 +126,7 @@
Using Authorization header:
Create a new backup of your database. The backup will be downloaded immediately. @@ -44,7 +44,7 @@
Restore your database from a backup file. This will replace all current data. @@ -58,7 +58,7 @@
Backups stored on the server
diff --git a/app/templates/admin/clear_cache.html b/app/templates/admin/clear_cache.html index 83cbbc6..a3242c7 100644 --- a/app/templates/admin/clear_cache.html +++ b/app/templates/admin/clear_cache.html @@ -3,7 +3,7 @@ {% block content %}
Force clear browser and ServiceWorker cache
Checking ServiceWorker...
This will clear all cached resources including CSS, JavaScript, and images. Use this if you're experiencing issues with outdated content.
If clearing cache doesn't help, try a hard refresh:
Preview:
Monitor what data is being collected and manage your privacy settings
Tip: You can also manage this setting in Admin → Settings (Privacy & Analytics section)
Tip: You can also manage this setting in {{ _('Admin → Settings') }} ({{ _('Privacy & Analytics') }} section)
Enable client portal access for this user. When enabled, the user will only see data for their assigned client.
Update your personal information.
View your account details below.
{{ current_user.created_at.strftime('%B %d, %Y') }}
{{ current_user.last_login.strftime('%B %d, %Y at %I:%M %p') if current_user.last_login else 'Never' }}