diff --git a/src/app/tabs/dashboard.component.html b/src/app/tabs/dashboard.component.html index 73507288..f73b3123 100644 --- a/src/app/tabs/dashboard.component.html +++ b/src/app/tabs/dashboard.component.html @@ -2,77 +2,77 @@
- Last group sync:
+ {{'lastGroupSync' | i18n}}:
-
{{lastGroupSync | date:'medium'}}
-
Last user sync:
+
{{'lastUserSync' | i18n}}:
-
{{lastUserSync | date:'medium'}}
- Sync status: - Running - Stopped + {{'syncStatus' | i18n}}: + {{'running' | i18n}} + {{'stopped' | i18n}}
You can run tests to see how your directory and sync settings are working. Tests will not sync to your Bitwarden organization.
+{{'testingDesc' | i18n}}
No users to list.
-{{'noUsers' | i18n}}
+No users to list.
-{{'noUsers' | i18n}}
+No users to list.
+{{'noUsers' | i18n}}
No groups to list.
+{{'noGroups' | i18n}}