Skip to content
Snippets Groups Projects
Commit 7bcc8a17 authored by Benjamin Arnaud's avatar Benjamin Arnaud Committed by Hugo Beauzée-Luyssen
Browse files

qml/MediaGroupList: Fix group label

parent 08214798
No related branches found
No related tags found
1 merge request!80qml/MediaGroupList: Fix group label
Pipeline #94090 passed with stage
in 20 minutes and 46 seconds
......@@ -279,7 +279,7 @@ Widgets.NavigableFocusScope {
title: (model.name) ? model.name
: i18n.qtr("Unknown title")
labels: _getLabels(model, i18n.qtr("%1 Medias"))
labels: _getLabels(model, i18n.qtr("%1 Videos"))
// NOTE: We don't want to show the indicator for a group.
showNewIndicator: (model.count === 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment