mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 14:05:59 +01:00
Fix missing translation in webapp manifest
This commit is contained in:
parent
1caac0e2db
commit
9634aeda62
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue