diff --git a/app/controllers/announcements_controller.rb b/app/controllers/announcements_controller.rb index 1ef5d99..458ad7e 100644 --- a/app/controllers/announcements_controller.rb +++ b/app/controllers/announcements_controller.rb @@ -55,7 +55,7 @@ class AnnouncementsController < ApplicationController "target" => target, "img_src" => a.image.thumb.url || "/assets/announcement-default.jpg", "img_description" => desc, - "more" => t(:more_plus), + "more" => t("announcement.more"), "view_count" => a.view_count } else @@ -837,7 +837,7 @@ class AnnouncementsController < ApplicationController "target" => target, "img_src" => a.image.thumb.url || "/assets/announcement-default.jpg", "img_description" => desc, - "more" => t(:more_plus), + "more" => t("announcement.more"), "view_count" => a.view_count } else diff --git a/app/helpers/announcements_helper.rb b/app/helpers/announcements_helper.rb index 14422ab..7b5ed6e 100644 --- a/app/helpers/announcements_helper.rb +++ b/app/helpers/announcements_helper.rb @@ -113,7 +113,7 @@ module AnnouncementsHelper "target" => "_self", "img_src" => fa["image"]["thumb"] || "/assets/announcement-default.jpg", "img_description" => fa["image_description_translations"][locale], - "more" => t(:more_plus), + "more" => t("announcement.more"), "view_count" => "" } if (!x["title"].empty? rescue false) diff --git a/config/locales/zh_tw.yml b/config/locales/zh_tw.yml index 6fd82e0..ca4f096 100644 --- a/config/locales/zh_tw.yml +++ b/config/locales/zh_tw.yml @@ -152,7 +152,7 @@ zh_tw: bulletins_and_web_links: 分眾頁籤 index: 索引 search: 搜尋 - more: 更多+ + more: 更多→ more_: 更多 email_reminder: 寄送提醒 activate_email_reminder: 開啟寄送提醒