Unverified Commit 035b6f39 authored by Benjamin Neff's avatar Benjamin Neff
Browse files

Change wording of description in PWA manifest

parent 2073791c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"),