From 95984cfdab682e408f0ea7ae75f1cec14a3ac829 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Sat, 21 Jan 2023 18:26:08 +0100 Subject: [PATCH] Correct app description in web app manifest --- app/controllers/manifests_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/manifests_controller.rb b/app/controllers/manifests_controller.rb index ce35400c..966f6164 100644 --- a/app/controllers/manifests_controller.rb +++ b/app/controllers/manifests_controller.rb @@ -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",