Skip to content

Commit e0e0fbf

Browse files
authored
Merge pull request #2410 from jacobherrington/chore/change-storage-header
change storage header from Storages to Storage Locations
2 parents 4f8e8ae + 305825d commit e0e0fbf

21 files changed

Lines changed: 21 additions & 21 deletions

File tree

browser/main/Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class Main extends React.Component {
5656
init () {
5757
dataApi
5858
.addStorage({
59-
name: 'My Storage',
59+
name: 'My Storage Location',
6060
path: path.join(remote.app.getPath('home'), 'Boostnote')
6161
})
6262
.then(data => {

browser/main/modals/PreferencesModal/StoragesTab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class StoragesTab extends React.Component {
7070
})
7171
return (
7272
<div styleName='list'>
73-
<div styleName='header'>{i18n.__('Storages')}</div>
73+
<div styleName='header'>{i18n.__('Storage Locations')}</div>
7474
{storageList.length > 0
7575
? storageList
7676
: <div styleName='list-empty'>{i18n.__('No storage found.')}</div>

locales/da.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
".html": ".html",
2121
"Print": "Print",
2222
"Your preferences for Boostnote": "Your preferences for Boostnote",
23-
"Storages": "Storages",
23+
"Storage Locations": "Storage Locations",
2424
"Add Storage Location": "Add Storage Location",
2525
"Add Folder": "Add Folder",
2626
"Open Storage folder": "Open Storage folder",

locales/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
".html": ".html",
2121
"Print": "Drucken",
2222
"Your preferences for Boostnote": "Boostnote Einstellungen",
23-
"Storages": "Speicherverwaltung",
23+
"Storage Locations": "Speicherverwaltung",
2424
"Add Storage Location": "Speicherort hinzufügen",
2525
"Add Folder": "Ordner hinzufügen",
2626
"Open Storage folder": "Speicherort öffnen",

locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Your preferences for Boostnote": "Your preferences for Boostnote",
2424
"Help": "Help",
2525
"Hide Help": "Hide Help",
26-
"Storages": "Storages",
26+
"Storage Locations": "Storage Locations",
2727
"Add Storage Location": "Add Storage Location",
2828
"Add Folder": "Add Folder",
2929
"Select Folder": "Select Folder",

locales/es-ES.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
".html": ".html",
2121
"Print": "Imprimir",
2222
"Your preferences for Boostnote": "Tus preferencias para Boostnote",
23-
"Storages": "Almacenamientos",
23+
"Storage Locations": "Almacenamientos",
2424
"Add Storage Location": "Añadir ubicación de almacenamiento",
2525
"Add Folder": "Añadir carpeta",
2626
"Open Storage folder": "Abrir carpeta de almacenamiento",

locales/fa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
".html": ".html",
2121
"Print": "پرینت",
2222
"Your preferences for Boostnote": "تنظیمات شما برای boostnote",
23-
"Storages": "ذخیره سازی",
23+
"Storage Locations": "ذخیره سازی",
2424
"Add Storage Location": "افزودن محل ذخیره سازی",
2525
"Add Folder": "ساخت پوشه",
2626
"Open Storage folder": "بازکردن پوشه ذخیره سازی",

locales/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
".html": ".html",
2121
"Print": "Imprimer",
2222
"Your preferences for Boostnote": "Vos préférences pour Boostnote",
23-
"Storages": "Stockages",
23+
"Storage Locations": "Stockages",
2424
"Add Storage Location": "Ajouter un espace de stockage",
2525
"Add Folder": "Ajouter un dossier",
2626
"Open Storage folder": "Ouvrir un dossier de stockage",

locales/hu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Your preferences for Boostnote": "Boostnote beállításaid",
2424
"Help": "Súgó",
2525
"Hide Help": "Súgó Elrejtése",
26-
"Storages": "Tárolók",
26+
"Storage Locations": "Tárolók",
2727
"Add Storage Location": "Tároló Hozzáadása",
2828
"Add Folder": "Könyvtár Hozzáadása",
2929
"Select Folder": "Könyvtár Kiválasztása",

locales/it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
".html": ".html",
2121
"Print": "Stampa",
2222
"Your preferences for Boostnote": "Le tue preferenze per Boostnote",
23-
"Storages": "Posizioni",
23+
"Storage Locations": "Posizioni",
2424
"Add Storage Location": "Aggiungi posizione",
2525
"Add Folder": "Aggiungi cartella",
2626
"Open Storage folder": "Apri cartella di memoria",

0 commit comments

Comments
 (0)