fix: wrap namespace properly in message flash

mine
Michael Cristina 2019-09-24 13:21:33 -05:00
parent b87c6bc0b7
commit 8bd13a02b1
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ func (v *resourceView) switchNamespaceCmd(evt *tcell.EventKey) *tcell.EventKey {
}
v.setNamespace(ns)
v.app.Flash().Infof("Viewing `%s namespace...", ns)
v.app.Flash().Infof("Viewing `%s` namespace...", ns)
v.refresh()
v.masterPage().UpdateTitle()
v.masterPage().SelectRow(1, true)