Skip to content

Commit 58781ee

Browse files
SimeonCSimeonC
SimeonC
authored and
SimeonC
committed
fix(taTranslations): Change Constant to Value
Fix #359
1 parent 0924a8c commit 58781ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textAngularSetup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ angular.module('textAngularSetup', [])
7878
}
7979
])
8080

81-
.constant('taTranslations', {
81+
.value('taTranslations', {
8282
// moved to sub-elements
8383
//toggleHTML: "Toggle HTML",
8484
//insertImage: "Please enter a image URL to insert",

0 commit comments

Comments
 (0)