diff --git a/main/webapp/modules/core/index.vt b/main/webapp/modules/core/index.vt index a334ba1c1..f4e58f24c 100644 --- a/main/webapp/modules/core/index.vt +++ b/main/webapp/modules/core/index.vt @@ -58,6 +58,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/main/webapp/modules/core/scripts/index.js b/main/webapp/modules/core/scripts/index.js index 1cbb42b51..415046a81 100644 --- a/main/webapp/modules/core/scripts/index.js +++ b/main/webapp/modules/core/scripts/index.js @@ -202,6 +202,7 @@ $(function() { Refine.selectActionArea('create-project'); $("#slogan").text($.i18n._('core-index')["slogan"]+"."); + $("#or-index-pref").text($.i18n._('core-index')["preferences"]); $("#or-index-help").text($.i18n._('core-index')["help"]); $("#or-index-about").text($.i18n._('core-index')["about"]); $("#or-index-noProj").text($.i18n._('core-index')["no-proj"]+".");