From 9694a560f7e8c485fc6be0e1393e8f5aa98b3bfc Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Fri, 22 May 2026 20:46:18 +0200 Subject: [PATCH] gfds --- views/settings.html | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/views/settings.html b/views/settings.html index 47e826a..01a056a 100644 --- a/views/settings.html +++ b/views/settings.html @@ -291,8 +291,7 @@

{{ t('settings.export_data_title') || 'Export Data' }}

-

{{ t('settings.export_data_desc') || 'Download a copy of your data. This process happens entirely in your - browser to protect your privacy and save server resources.' }}

+

{{ t('settings.export_data_desc') || 'Download a copy of your data. This process happens entirely in your browser to protect your privacy and save server resources.' }}

@endif @@ -340,8 +338,7 @@ style="margin-bottom: 30px; border-collapse: separate; border-spacing: 0 5px;"> - {{ - t('settings.user_id') }} + {{ t('settings.user_id') }} {{ session.id }} @@ -365,8 +362,7 @@ {{ t('settings.joined') }} - @if(joined){{ new Date(joined).toLocaleDateString() }}@else {{ - t('settings.joined_unknown') }} @endif + @if(joined){{ new Date(joined).toLocaleDateString() }}@else {{ t('settings.joined_unknown') }} @endif