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