From 035b6f39fcc91f5f18c1d2cc6357d1f9a37001fd Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 27 Apr 2019 19:11:27 +0200 Subject: [PATCH] Change wording of description in PWA manifest --- app/controllers/manifest_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/manifest_controller.rb b/app/controllers/manifest_controller.rb index ccc45bdcd..b4c4c7b82 100644 --- a/app/controllers/manifest_controller.rb +++ b/app/controllers/manifest_controller.rb @@ -5,7 +5,7 @@ class ManifestController < ApplicationController render json: { short_name: AppConfig.settings.pod_name, name: AppConfig.settings.pod_name, - description: "diaspora* is a free, decentralized and privacy respectful social network", + description: "diaspora* is a free, decentralized and privacy-respecting social network", icons: [ { src: helpers.image_path("branding/logos/app-icon.png"),