+
{{ projector.name | translate }}
-
- videocam
-
+ videocam
0">
-
-
-
- {{ option.displayName | translate }}
-
-
-
-
{{ option.displayName | translate }}
-
-
- {{ choice.displayName | translate }}
-
-
-
+
+
+
+ {{ option.displayName | translate }}
+
+
+
{{ option.displayName | translate }}
+
+
+ {{ choice.displayName | translate }}
+
+
+
+
diff --git a/client/src/app/site/history/components/history-list/history-list.component.ts b/client/src/app/site/history/components/history-list/history-list.component.ts
index 39262824d..df6fb03f9 100644
--- a/client/src/app/site/history/components/history-list/history-list.component.ts
+++ b/client/src/app/site/history/components/history-list/history-list.component.ts
@@ -123,7 +123,7 @@ export class HistoryListComponent extends ListViewBaseComponent imp
if (information.length > 1) {
argument_string = this.translate.instant(information[1]);
}
- return base_string.replace(/\\{arg1\\}/g, argument_string);
+ return base_string.replace(/{arg1}/g, argument_string);
}
}
diff --git a/client/src/app/site/motions/components/motion-detail-diff/motion-detail-diff.component.html b/client/src/app/site/motions/components/motion-detail-diff/motion-detail-diff.component.html
index 071a2ac3f..d224dd4e4 100644
--- a/client/src/app/site/motions/components/motion-detail-diff/motion-detail-diff.component.html
+++ b/client/src/app/site/motions/components/motion-detail-diff/motion-detail-diff.component.html
@@ -1,17 +1,8 @@
-
+ 0">
{{ 'Summary of changes' | translate }}:
-
-
-
diff --git a/client/src/app/site/users/components/user-list/user-list.component.html b/client/src/app/site/users/components/user-list/user-list.component.html
index cf1c9af17..aede9fc84 100644
--- a/client/src/app/site/users/components/user-list/user-list.component.html
+++ b/client/src/app/site/users/components/user-list/user-list.component.html
@@ -98,6 +98,13 @@
Groups
+
+
+
+