nyudlts / ultraviolet

UltraViolet 💜 is NYU Libraries' DLTS deployment of the InvenioRDM framework. All info in the link.
https://nyudlts.github.io/ultraviolet/
5 stars 5 forks source link

Change label from “Uploads” to “Manage deposits” #91

Open andrewbattista opened 3 years ago

andrewbattista commented 3 years ago

User feedback has indicated that the default top-nav menu option of "Uploads" is opaque. We would like to change the label to read "Manage deposits" to be more congruent with how we want our researchers to engage with UltraViolet 💜

This issue can be rolled into the #56 Browse all work done by @Sinclert

nmwolf commented 3 years ago

Leaving a quick note here which is that the endpoint that passes the "Uploads" label is hard coded in the init_menu() function of the @blueprint.before_app_first_request route. See: https://github.com/inveniosoftware/invenio-app-rdm/blob/master/invenio_app_rdm/theme/views.py.

nmwolf commented 2 years ago

Issue has been opened by main InvenioRDM team to look into implementing this via translation capability. The main holdup seems to be the invenio-cli does not rake in custom-made language files. Here are key links for pursuing this on our end: 1) General parameters for invenio.cfg (https://invenio-i18n.readthedocs.io/en/latest/configuration.html), 2) Flask-BabelEx docs for specific configuration of this module used by InvenioRDM (https://pythonhosted.org/Flask-BabelEx/#configuration).