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

{{ 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 @@ -338,7 +340,8 @@ style="margin-bottom: 30px; border-collapse: separate; border-spacing: 0 5px;"> - {{ t('settings.user_id') }} + {{ + t('settings.user_id') }} {{ session.id }} @@ -362,7 +365,8 @@ {{ 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