1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

change storage header from Storages to Storage Locations

This commit is contained in:
jacobherrington
2018-09-18 10:17:14 -05:00
parent 03b8dbbc44
commit 4ba82275b9
20 changed files with 20 additions and 20 deletions

View File

@@ -70,7 +70,7 @@ class StoragesTab extends React.Component {
})
return (
<div styleName='list'>
<div styleName='header'>{i18n.__('Storages')}</div>
<div styleName='header'>{i18n.__('Storage Locations')}</div>
{storageList.length > 0
? storageList
: <div styleName='list-empty'>{i18n.__('No storage found.')}</div>