mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 10:19:52 +01:00
Merge pull request #599 from Retrospring/about.about.about
Fix missing translation in webapp manifest
This commit is contained in:
commit
24e445e759
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue