Correct app description in web app manifest

This commit is contained in:
Karina Kwiatek 2023-01-21 18:26:08 +01:00
parent d2076c35b5
commit 95984cfdab
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("about.about.subtitle"),
description: t("about.index.subtitle"),
start_url: root_url,
scope: root_url,
display: "standalone",