Skip to content

Commit

Permalink
Fix missing translation in webapp manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
raccube committed Jul 31, 2022
1 parent 1caac0e commit 9634aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/manifests_controller.rb
Original file line number Diff line number Diff line change
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 9634aed

Please sign in to comment.