Fix small mistake in text error
Change-Id: I97b3b1a91cea6d687a6e00016e1f0dea17a83e6d Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
@@ -76,7 +76,7 @@ class IndexView(tables.DataTableView):
|
||||
except Exception:
|
||||
self._prev = False
|
||||
self._more = False
|
||||
msg = _('Unable to retrieve stack list.')
|
||||
msg = _('Unable to retrieve stacks list.')
|
||||
exceptions.handle(self.request, msg)
|
||||
return stacks
|
||||
|
||||
|
Reference in New Issue
Block a user