Merge branch 'next-minor' into develop
This commit is contained in:
commit
d58646085f
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