Merge pull request #599 from Retrospring/about.about.about

Fix missing translation in webapp manifest
This commit is contained in:
Karina Kwiatek 2022-07-31 23:36:45 +02:00 committed by GitHub
commit 24e445e759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",