Localize load more button

This commit is contained in:
Alfonso Grillo
2023-01-24 09:27:20 +01:00
parent 8d3d0fd5da
commit 3097be5799
3 changed files with 7 additions and 1 deletions
@@ -82,7 +82,8 @@ struct PollHistory: View {
Button {
#warning("handle action in next ticket")
} label: {
Text("Load more polls")
Text(VectorL10n.pollHistoryLoadMore)
.font(theme.fonts.body)
}
.disabled(viewModel.viewState.isLoading)
}