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
|
||||
render json: {
|
||||
name: APP_CONFIG["site_name"],
|
||||
description: t("static.front.subtitle"),
|
||||
description: t("about.about.subtitle"),
|
||||
start_url: root_url(source: "pwa"),
|
||||
scope: root_url,
|
||||
display: "standalone",
|
||||
|
|
Loading…
Reference in New Issue