mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 00:56:58 +02:00
chg(forums): change title and greet message of forum home
This commit is contained in:
@@ -1107,8 +1107,8 @@
|
||||
|
||||
//forum
|
||||
FORUMS: {
|
||||
FORUM_TITLE: 'meanTorrent Forums',
|
||||
FORUM_SUB_TITLE: 'Welcome to meanTorrent forums!',
|
||||
FORUM_TITLE: '{{site_name}} Official Forums',
|
||||
FORUM_SUB_TITLE: 'Welcome to ours official forums, have a good day!',
|
||||
HOME_INDEX: 'Forums Home',
|
||||
BTN_ADD_FORUM: 'Add New Forum',
|
||||
BTN_EDIT_FORUM: 'Edit Forum',
|
||||
|
||||
@@ -1107,8 +1107,8 @@
|
||||
|
||||
//forum
|
||||
FORUMS: {
|
||||
FORUM_TITLE: 'meanTorrent 官方论坛',
|
||||
FORUM_SUB_TITLE: '欢迎您进入 meanTorrent 官方论坛,请文明发言,谢谢!',
|
||||
FORUM_TITLE: '{{site_name}} 官方论坛',
|
||||
FORUM_SUB_TITLE: '欢迎您进入我们的官方论坛,请文明发言,谢谢!',
|
||||
HOME_INDEX: '论坛首页',
|
||||
BTN_ADD_FORUM: '添加版块',
|
||||
BTN_EDIT_FORUM: '编辑版块',
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
function ForumsSearchController($scope, $state, $translate, Authentication, MeanTorrentConfig, ForumsService, mtDebug) {
|
||||
var vm = this;
|
||||
vm.forumsConfig = MeanTorrentConfig.meanTorrentConfig.forumsConfig;
|
||||
vm.appConfig = MeanTorrentConfig.meanTorrentConfig.app;
|
||||
vm.user = Authentication.user;
|
||||
|
||||
vm.forumList = [];
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="container">
|
||||
<div class="col-sm-7">
|
||||
<div class="page-header">
|
||||
<h2 translate="FORUMS.FORUM_TITLE"></h2>
|
||||
<h2 translate="FORUMS.FORUM_TITLE" translate-values="{site_name: vm.appConfig.name}"></h2>
|
||||
|
||||
<p class="text-muted" translate="FORUMS.FORUM_SUB_TITLE"></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user