Merge "Fix small mistake in text error"

This commit is contained in:
Zuul
2025-08-30 03:32:53 +00:00
committed by Gerrit Code Review

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