Change wording of description in PWA manifest

This commit is contained in:
Benjamin Neff 2019-04-27 19:11:27 +02:00
parent 2073791cee
commit 035b6f39fc
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

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