Hover to see email on settings
parent
8acc516e85
commit
1fab8a155f
|
@ -587,7 +587,8 @@
|
|||
"importWarning": "Remember to backup your data by exporting first! All data will be replaced!",
|
||||
"importContinue": "Continue",
|
||||
"importSuccess": "Import Success! Reloading in 5 seconds...",
|
||||
"importFailed": "Import Failed!"
|
||||
"importFailed": "Import Failed!",
|
||||
"email": "Email:"
|
||||
},
|
||||
"privacypolicy": {
|
||||
"title": "Privacy Policy",
|
||||
|
|
|
@ -338,7 +338,10 @@
|
|||
<Icon path={mdiGoogleDrive} className="mr-2" />
|
||||
{$t('settings.driveSignOut')}
|
||||
</Button>
|
||||
<p class="text-white mt-4">{$driveEmail}</p>
|
||||
<p class="text-white mt-4">
|
||||
{$t('settings.email')}
|
||||
<span class="hover:text-white bg-background text-background rounded-md px-2">{$driveEmail}</span>
|
||||
</p>
|
||||
<p class="text-white mt-4">
|
||||
{$t('settings.syncStatus')}
|
||||
<span class={`font-bold ${isSynced ? 'text-green-400' : 'text-yellow-400'}`}>
|
||||
|
|
Loading…
Reference in New Issue