Show loading more when rows aren't done rendering

This commit is contained in:
Julia Friesel
2018-11-06 17:26:21 +01:00
parent 1f1c6ed6fa
commit d90ee4f86a
3 changed files with 19 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ export const shared = {
date: 'Date',
cycleDayWithLinebreak: 'Cycle\nday',
loading: 'Loading ...',
loadingMore: 'Loading more ...',
more: 'more',
less: 'less'
}