Skip to content
Snippets Groups Projects
Commit 2438caa3 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix Video group title showing an ellipsis at the end

parent 6c3b5d97
No related branches found
No related tags found
1 merge request!6163.3 fixes
......@@ -31,7 +31,7 @@ public abstract class VideoGroup extends MediaLibraryItem {
abstract public boolean destroy();
public String getDisplayTitle() {
return super.getTitle() + "…";
return super.getTitle();
}
public int mediaCount() {
......
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