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