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

Change “Trashed” to “Trash”

This commit is contained in:
Kazu Yokomizo
2017-07-29 13:49:45 +09:00
parent e68069fd2f
commit a49d53179a

View File

@@ -34,7 +34,7 @@ const SideNavFilter = ({
onClick={handleTrashedButtonClick}
>
<i className='fa fa-trash fa-fw' />
<span styleName='menu-button-label'>Trashed</span>
<span styleName='menu-button-label'>Trash</span>
</button>
</div>
)