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"),