Correct app description in web app manifest
This commit is contained in:
parent
d2076c35b5
commit
95984cfdab
|
@ -6,7 +6,7 @@ class ManifestsController < ApplicationController
|
||||||
def show
|
def show
|
||||||
render json: {
|
render json: {
|
||||||
name: APP_CONFIG["site_name"],
|
name: APP_CONFIG["site_name"],
|
||||||
description: t("about.about.subtitle"),
|
description: t("about.index.subtitle"),
|
||||||
start_url: root_url,
|
start_url: root_url,
|
||||||
scope: root_url,
|
scope: root_url,
|
||||||
display: "standalone",
|
display: "standalone",
|
||||||
|
|
Loading…
Reference in New Issue