diff --git a/templates/public_share.php b/templates/public_share.php index ef6c7101..63c85712 100644 --- a/templates/public_share.php +++ b/templates/public_share.php @@ -71,23 +71,23 @@ style('passman', 'public-page');
- Label + t("Label")); ?> | {{shared_credential.label}} @@ -95,7 +95,7 @@ style('passman', 'public-page'); | ||||||||||||||||
- Account + t("Account")); ?> |
- Password
+ t("Password")); ?>
|
|
- OTP
+ t("OTP")); ?>
|
|
- E-mail
+ t("E-mail")); ?>
|
|
- URL
+ t("URL")); ?>
|
|
- Files
+ t("Files")); ?>
|
|
- Expire time
+ t("Expire time")); ?>
|
{{shared_credential.expire_time * 1000 |
@@ -170,7 +170,7 @@ style('passman', 'public-page');
|
- Changed
+ t("Changed")); ?>
|
{{shared_credential.changed * 1000 |
@@ -179,7 +179,7 @@ style('passman', 'public-page');
|
- Created
+ t("Created")); ?>
|
{{shared_credential.created * 1000 |
@@ -204,4 +204,4 @@ style('passman', 'public-page');
-
\ No newline at end of file
+
| |