Change wording of description in PWA manifest
This commit is contained in:
parent
2073791cee
commit
035b6f39fc
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ class ManifestController < ApplicationController
|
||||||
render json: {
|
render json: {
|
||||||
short_name: AppConfig.settings.pod_name,
|
short_name: AppConfig.settings.pod_name,
|
||||||
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: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: helpers.image_path("branding/logos/app-icon.png"),
|
src: helpers.image_path("branding/logos/app-icon.png"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue