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
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-11-04 04:06:47 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-11-04 04:07:36 +0300
commitb0b2083fea92526b00c55e3e0f095a03b1f140e6 (patch)
tree53f6a28450d0ae84f67634df71393eb05453a21a /config/locales
parent5f6b01e086a012b401f09e19224f3942912289df (diff)
parent3d84ae18a7cae4a47cdbde1ed8051366138d548e (diff)
Merge pull request #8407 from Flaburgan/4821-help-mobile
Tell users that there is no help in mobile version, allow to switch to desktop
Diffstat (limited to 'config/locales')
-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?"