diff --git a/books/templates/books/detail.html b/books/templates/books/detail.html
index 28b782ff..5543ef6f 100644
--- a/books/templates/books/detail.html
+++ b/books/templates/books/detail.html
@@ -149,7 +149,7 @@
{% trans '这本书的标记' %}
{% if mark_list_more %}
-
{% trans '更多' %}
+
{% trans '全部标记' %}
{% endif %}
关注的人的标记
{% if mark_list %}
@@ -178,7 +178,7 @@
{% trans '这本书的评论' %}
{% if review_list_more %}
-
{% trans '更多' %}
+
{% trans '全部标记' %}
{% endif %}
{% if review_list %}
diff --git a/games/templates/games/detail.html b/games/templates/games/detail.html
index 5c6772c0..a8fde1aa 100644
--- a/games/templates/games/detail.html
+++ b/games/templates/games/detail.html
@@ -178,7 +178,7 @@
{% trans '这个游戏的标记' %}
{% if mark_list_more %}
- {% trans '更多' %}
+ {% trans '全部标记' %}
{% endif %}
关注的人的标记
{% if mark_list %}
@@ -208,7 +208,7 @@
{% trans '这个游戏的评论' %}
{% if review_list_more %}
- {% trans '更多' %}
+ {% trans '全部标记' %}
{% endif %}
{% if review_list %}
diff --git a/movies/templates/movies/detail.html b/movies/templates/movies/detail.html
index abc54b3f..063e0a11 100644
--- a/movies/templates/movies/detail.html
+++ b/movies/templates/movies/detail.html
@@ -249,7 +249,7 @@
{% trans '这部电影的标记' %}
{% endif %}
{% if mark_list_more %}
- {% trans '更多' %}
+ {% trans '全部标记' %}
{% endif %}
关注的人的标记
{% if mark_list %}
@@ -283,7 +283,7 @@
{% endif %}
{% if review_list_more %}
- {% trans '更多' %}
+ {% trans '全部标记' %}
{% endif %}
{% if review_list %}
diff --git a/music/templates/music/album_detail.html b/music/templates/music/album_detail.html
index fee00202..512c2cf2 100644
--- a/music/templates/music/album_detail.html
+++ b/music/templates/music/album_detail.html
@@ -213,7 +213,7 @@
{% trans '这部作品的标记' %}
{% if mark_list_more %}
- {% trans '更多' %}
+ {% trans '全部标记' %}
{% endif %}
关注的人的标记
{% if mark_list %}
@@ -243,7 +243,7 @@
{% trans '这部作品的评论' %}
{% if review_list_more %}
- {% trans '更多' %}
+ {% trans '全部标记' %}
{% endif %}
{% if review_list %}
diff --git a/music/templates/music/song_detail.html b/music/templates/music/song_detail.html
index fc55d705..5003d3c9 100644
--- a/music/templates/music/song_detail.html
+++ b/music/templates/music/song_detail.html
@@ -159,7 +159,7 @@
{% trans '这部作品的标记' %}
{% if mark_list_more %}
- {% trans '更多' %}
+ {% trans '全部标记' %}
{% endif %}
关注的人的标记
{% if mark_list %}
@@ -189,7 +189,7 @@
{% trans '这部作品的评论' %}
{% if review_list_more %}
- {% trans '更多' %}
+ {% trans '全部标记' %}
{% endif %}
{% if review_list %}