entcore 4.5.0-dev.2 → 4.5.0-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "entcore",
3
- "version": "4.5.0-dev.2",
3
+ "version": "4.5.0-dev.3",
4
4
  "description": "",
5
5
  "main": "gulpfile.js",
6
6
  "types": "./types/src/ts/entcore.d.ts",
@@ -11,7 +11,7 @@
11
11
  </div>
12
12
  <div class="row">
13
13
  <label class="four cell zero-mobile"><i18n>linker.tooltip</i18n></label>
14
- <input class="four cell twelve-mobile" type="text" i18n-placeholder="linker.tooltip" ng-model="linker.params.title" />
14
+ <input class="four cell twelve-mobile" type="text" i18n-placeholder="linker.tooltip" ng-model="linker.params.tooltip" />
15
15
  </div>
16
16
  <div class="row">
17
17
  <div class="four cell zero-mobile">&nbsp;</div>
@@ -50,7 +50,7 @@
50
50
  <div class="twelve cell vertical-spacing">
51
51
  <div class="row">
52
52
  <label class="three cell zero-mobile"><i18n>linker.tooltip</i18n></label>
53
- <input class="nine cell twelve-mobile" type="text" ng-model="linker.params.title" i18n-placeholder="linker.tooltip" />
53
+ <input class="nine cell twelve-mobile" type="text" ng-model="linker.params.tooltip" i18n-placeholder="linker.tooltip" />
54
54
  </div>
55
55
  <div class="row">
56
56
  <div class="three cell zero-mobile">&nbsp;</div>