소스 검색

Change button text to 'remove' rather than 'delete'

sbkwgh 8 년 전
부모
커밋
c181fe4e1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/routes/Thread.vue

+ 1 - 1
src/components/routes/Thread.vue

@@ -8,7 +8,7 @@
 				@click='removePosts'
 				v-if='$store.state.thread.showRemovePostsButton'
 			>
-				Delete selected posts ({{$store.state.thread.selectedPosts.length}})
+				Remove selected posts ({{$store.state.thread.selectedPosts.length}})
 			</loading-button>
 			<menu-button
 				v-if='$store.state.admin'