From 9634aeda62b779f95c829e19cc173af206aeb42f Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Sun, 31 Jul 2022 23:19:42 +0200 Subject: [PATCH] Fix missing translation in webapp 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 80c7ce8b7..c3fc2b444 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("static.front.subtitle"), + description: t("about.about.subtitle"), start_url: root_url(source: "pwa"), scope: root_url, display: "standalone",