Skip to content

Commit

Permalink
Fix hardcoded string (#1993)
Browse files Browse the repository at this point in the history
Fix hard-coded string "Modular Setup" to improve internationalization. Needs new string PLUGIN_ADMIN.MODULAR_SETUP in Admin plugin language file.
  • Loading branch information
dimayakovlev authored and rhukster committed Apr 28, 2018
1 parent 4ab0a60 commit 40b475e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/blueprints/pages/modular.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ form:

modular_title:
type: spacer
title: Modular Setup
title: PLUGIN_ADMIN.MODULAR_SETUP

header.content.items:
type: text
Expand Down

0 comments on commit 40b475e

Please sign in to comment.