Skip to content

Commit

Permalink
Fix collection & fields breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Aug 23, 2018
1 parent df65557 commit 9f8c3d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/lang/locales/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export default {
click_to_toggle_all_none: "Click to toggle entire column on/off",
connection: "Connection",
collection: "Collection",
collections_and_fields: "Collection & Fields",
collection_updated: "{collection} Collection Updated",
collection_removed: "{collection} Collection Removed",
collection_names_cannot_be_changed:
Expand Down
2 changes: 1 addition & 1 deletion src/routes/settings/collections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default {
color: "warning"
},
{
name: this.$t("collections"),
name: this.$t("collections_and_fields"),
path: "/settings/collections"
}
];
Expand Down
2 changes: 1 addition & 1 deletion src/routes/settings/fields.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default {
color: "warning"
},
{
name: this.$t("collections"),
name: this.$t("collections_and_fields"),
path: "/settings/collections"
},
{
Expand Down

0 comments on commit 9f8c3d5

Please sign in to comment.