From 97eae8382eed6267f8f1e04e5aa47b314111c06c Mon Sep 17 00:00:00 2001 From: Filip Bengtsson Date: Fri, 21 Feb 2020 18:51:05 +0100 Subject: Mark additional strings as translatable (#2507) --- .../plugin-list-installed/plugin-list-installed.component.html | 2 +- client/src/app/+admin/system/logs/logs.component.html | 2 +- .../my-account-history/my-account-history.component.html | 2 +- client/src/app/app.component.html | 6 +++--- client/src/app/login/login.component.html | 2 +- client/src/app/modal/instance-config-warning-modal.component.html | 2 +- .../src/app/shared/instance/instance-features-table.component.html | 4 ++-- .../app/shared/video-playlist/video-add-to-playlist.component.html | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) (limited to 'client') diff --git a/client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html b/client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html index 4526aaf66..1a177de72 100644 --- a/client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html +++ b/client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html @@ -10,7 +10,7 @@
- {{ plugin.name }} + {{ plugin.name }} {{ plugin.version }}
diff --git a/client/src/app/+admin/system/logs/logs.component.html b/client/src/app/+admin/system/logs/logs.component.html index ddad1314f..37f833020 100644 --- a/client/src/app/+admin/system/logs/logs.component.html +++ b/client/src/app/+admin/system/logs/logs.component.html @@ -21,7 +21,7 @@
-
Loading...
+
Loading...
diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.html b/client/src/app/+my-account/my-account-history/my-account-history.component.html index 4c361cec3..56d63f299 100644 --- a/client/src/app/+my-account/my-account-history/my-account-history.component.html +++ b/client/src/app/+my-account/my-account-history/my-account-history.component.html @@ -11,7 +11,7 @@
-
You don't have videos history yet.
+
You don't have any video history yet.
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index f5a8dbd34..7743124d4 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html @@ -8,7 +8,7 @@
- + {{ instanceName }} @@ -29,8 +29,8 @@
diff --git a/client/src/app/login/login.component.html b/client/src/app/login/login.component.html index 0b0bacff0..38b59a1eb 100644 --- a/client/src/app/login/login.component.html +++ b/client/src/app/login/login.component.html @@ -47,7 +47,7 @@ type="password" name="password" id="password" i18n-placeholder placeholder="Password" required tabindex="2" autocomplete="current-password" formControlName="password" [ngClass]="{ 'input-error': formErrors['password'] }" > - I forgot my password + I forgot my password
{{ formErrors.password }} diff --git a/client/src/app/modal/instance-config-warning-modal.component.html b/client/src/app/modal/instance-config-warning-modal.component.html index 93391c0a8..e303104c5 100644 --- a/client/src/app/modal/instance-config-warning-modal.component.html +++ b/client/src/app/modal/instance-config-warning-modal.component.html @@ -21,7 +21,7 @@
  • Instance terms
  • -

    +

    Please consider to configure these fields to help people to choose the appropriate instance. Without them, your instance may not be referenced on JoinPeerTube website.

    diff --git a/client/src/app/shared/instance/instance-features-table.component.html b/client/src/app/shared/instance/instance-features-table.component.html index 51a56d414..99b854d13 100644 --- a/client/src/app/shared/instance/instance-features-table.component.html +++ b/client/src/app/shared/instance/instance-features-table.component.html @@ -37,8 +37,8 @@ Video uploads - Requires manual validation by moderators - Automatically published + Requires manual validation by moderators + Automatically published diff --git a/client/src/app/shared/video-playlist/video-add-to-playlist.component.html b/client/src/app/shared/video-playlist/video-add-to-playlist.component.html index 6e0989227..58108584b 100644 --- a/client/src/app/shared/video-playlist/video-add-to-playlist.component.html +++ b/client/src/app/shared/video-playlist/video-add-to-playlist.component.html @@ -62,7 +62,7 @@