diff --git a/src/components/Lists/List.vue b/src/components/Lists/List.vue
index a6aa850a..0588e0ef 100644
--- a/src/components/Lists/List.vue
+++ b/src/components/Lists/List.vue
@@ -58,7 +58,7 @@
v-if="!searching && !editing"
@click="addGame"
class="add-game-button small"
- :title="$t('game.add')"
+ :title="$t('list.add')"
>
diff --git a/src/i18n/en.js b/src/i18n/en.js
index 0544861e..e48dce25 100644
--- a/src/i18n/en.js
+++ b/src/i18n/en.js
@@ -12,7 +12,6 @@ module.exports = {
or: 'or',
returnHome: 'Return home',
pageNotFound: 'Page not found',
- add: 'Add game',
},
platforms: {
donateMessage: 'Gamebrary is free and open source, consider helping its development by',
@@ -45,6 +44,7 @@ module.exports = {
moveLeft: 'Move left',
moveRight: 'Move right',
emptyList: 'This list is empty',
+ addGame: 'Add game',
},
settings: {
global: 'Global',
diff --git a/src/pages/Platforms.vue b/src/pages/Platforms.vue
index dc2065c4..95f3f4a4 100755
--- a/src/pages/Platforms.vue
+++ b/src/pages/Platforms.vue
@@ -19,11 +19,11 @@
,
- {{ $t('platform.reportBugs') }}
+ {{ $t('platforms.reportBugs') }}
- {{$t('or')}}
+ {{$t('global.or')}}
- {{ $t('platform.submitFeedback') }}
+ {{ $t('platforms.submitFeedback') }}
.
diff --git a/src/shared/platforms.js b/src/shared/platforms.js
index dd988ef1..0fff9ced 100755
--- a/src/shared/platforms.js
+++ b/src/shared/platforms.js
@@ -88,7 +88,6 @@ export default [
code: 'snes',
id: 19,
generation: 4,
- height: 1,
},
{
name: 'Sega Mega Drive / Genesis',
@@ -195,7 +194,6 @@ export default [
code: 'n3ds',
id: 37,
generation: 8,
- height: 1,
},
{
name: 'PSP',
@@ -238,7 +236,6 @@ export default [
code: 'neo-geo-cd',
id: 136,
generation: 4,
- height: 1,
},
{
name: 'Atari Lynx',
@@ -337,7 +334,6 @@ export default [
code: 'odyssey',
id: 88,
generation: 1,
- height: 1,
},
// {
// name: 'Commodore PET',