mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 11:12:15 +00:00
replace underscore with space in template names
This commit is contained in:
parent
e5df7597c5
commit
d7814e354b
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ aside#left-menu.full-size(
|
|||
ng-model="settings.theme"
|
||||
)
|
||||
each theme in themes
|
||||
option(value=theme) #{theme}
|
||||
option(value=theme) #{theme.replace(/_/g, ' ')}
|
||||
|
||||
.form-controls(ng-show="!anonymous")
|
||||
label(for="mode") Keybindings
|
||||
|
|
Loading…
Reference in a new issue