summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-02-25 00:04:44 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit9876441799e83a76db861feffd5d087236d0c18c (patch)
treee0b11c69e336e056ebd2443bc9f9b6130be7a23e /templates
parent00f48c70dd5a4b2aa8e461199a658e45389d775d (diff)
✏️ Updated labels (interface)
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php8
-rw-r--r--templates/part.navigation.sharedfeed.php2
2 files changed, 5 insertions, 5 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 20ba18262..3da58927d 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -103,7 +103,7 @@
style="margin-top: 2.8em;"
class="dropdown-content">
<!-- Contact -->
- <p class="label-group"><?php p($l->t('Users')) ?></p>
+ <p class="label-group"><?php p($l->t('Share with users')) ?></p>
<form ng-submit="" name="contactForm" autocomplete="off">
<fieldset>
<input
@@ -112,8 +112,8 @@
ng-change="Share.searchUsers(nameQuery)"
type="text"
class="contact-input"
- placeholder="<?php p($l->t('Contact name')) ?>"
- title="<?php p($l->t('Contact name')) ?>"
+ placeholder="<?php p($l->t('Username')) ?>"
+ title="<?php p($l->t('Username')) ?>"
name="contactName"
required
style="width: 200px">
@@ -125,7 +125,7 @@
</div>
<div style="margin-left: 1em"
ng-if="!(Share.userList.length > 0) && nameQuery && !App.loading.isLoading('user')">
- <?php p($l->t('No contact found.')) ?>
+ <?php p($l->t('No users found')) ?>
</div>
<a
class="icon-category-installed pr-3"
diff --git a/templates/part.navigation.sharedfeed.php b/templates/part.navigation.sharedfeed.php
index 6767b407b..316d83db5 100644
--- a/templates/part.navigation.sharedfeed.php
+++ b/templates/part.navigation.sharedfeed.php
@@ -5,7 +5,7 @@
class="with-counter starred-feed">
<a class="icon-shared" ng-href="#/items/shared/">
- <?php p($l->t('Shared')) ?>
+ <?php p($l->t('Shared with me')) ?>
</a>
<div class="app-navigation-entry-utils">