Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorflaburgan <flaburgan@geexxx.fr>2022-11-01 02:37:13 +0300
committerflaburgan <flaburgan@geexxx.fr>2022-11-03 01:27:58 +0300
commit3d84ae18a7cae4a47cdbde1ed8051366138d548e (patch)
tree8d95a967ff3930cb6c4580261c389208ac9c7c50 /config
parent6af305b2be06c06d6a851cb85fa563c1225b83eb (diff)
Tell users that there is no help in mobile version, allow to switch to desktop, fixes #4821
Diffstat (limited to 'config')
-rw-r--r--config/locales/diaspora/en.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml
index f79db200e..e47713b4f 100644
--- a/config/locales/diaspora/en.yml
+++ b/config/locales/diaspora/en.yml
@@ -89,6 +89,8 @@ en:
correct_the_following_errors_and_try_again: "Correct the following errors and try again."
need_javascript: "This website requires JavaScript to function properly. If you disabled JavaScript, please enable it and refresh this page."
csrf_token_fail: "The CSRF token is invalid. Please sign in and try again."
+ mobile_not_available: "This page is not available on mobile view, please switch to %{desktop_link}."
+ desktop_view_link: "desktop view"
admins:
admin_bar:
@@ -192,8 +194,6 @@ en:
tag_name: "Tag name: %{name_tag} Count: %{count_tag}"
pods:
pod_network: "Pod network"
- pod_desktop_view: "This page is not available on mobile view, please switch to %{desktop_link}."
- pod_desktop_link: "desktop view"
aspects:
edit:
confirm_remove_aspect: "Are you sure you want to delete this aspect?"