Skip to content

Commit

Permalink
Merge pull request #599 from Retrospring/about.about.about
Browse files Browse the repository at this point in the history
Fix missing translation in webapp manifest
  • Loading branch information
raccube committed Jul 31, 2022
2 parents 1caac0e + 9634aed commit 24e445e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/manifests_controller.rb
Expand Up @@ -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",
Expand Down

0 comments on commit 24e445e

Please sign in to comment.