Fix small mistake in text error

Change-Id: I97b3b1a91cea6d687a6e00016e1f0dea17a83e6d
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-08-26 19:09:19 +00:00
parent 2325dffa6a
commit a5c6da805a

View File

@@ -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