Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
<div class="nav-settings-heading">
<h3 class="nav-settings-title">
{{#with registry}}
<span data-i18n="{{i18nKeyLabel}}">{{label}}</span>
<span data-i18n="{{i18nKeyLabel}}">
<span>{{label}}</span>
</span>
{{/with}}
{{> Template.dynamic template=settingsHeaderControls}}
</h3>
Expand Down
4 changes: 3 additions & 1 deletion packages/reaction-i18n/private/data/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@
"inventorySettingsLabel": "Inventory Settings",
"analyticsSettingsLabel": "Analytics Settings",
"paypalSettingsLabel": "PayPal Settings",
"genericPaymentSettingsLabel": "Generic Payment Settings"
"genericPaymentSettingsLabel": "Generic Payment Settings",
Copy link
Collaborator

@brent-hoover brent-hoover May 23, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that "Example Payment" was supposed to replace "Generic Payment" so there shouldn't be both? That must be something I missed when changing the name.

"reactionConnectLabel": "Reaction Connect",
"examplePaymentSettingsLabel": "Example Payment"
},
"userAccountDropdown": {
"profileLabel": "Profile"
Expand Down
5 changes: 2 additions & 3 deletions packages/reaction-ui/.npm/package/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.