Merge pull request #599 from Retrospring/about.about.about
Fix missing translation in webapp manifest
This commit is contained in:
commit
24e445e759
|
@ -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("static.front.subtitle"),
|
description: t("about.about.subtitle"),
|
||||||
start_url: root_url(source: "pwa"),
|
start_url: root_url(source: "pwa"),
|
||||||
scope: root_url,
|
scope: root_url,
|
||||||
display: "standalone",
|
display: "standalone",
|
||||||
|
|
Loading…
Reference in New Issue