Skip to content

Commit b186faa

Browse files
fix(地图): 渐变色自定义按钮文案
1 parent bf7871c commit b186faa

File tree

1 file changed

+1
-1
lines changed
  • frontend/src/components/GradientColorSelector

1 file changed

+1
-1
lines changed

frontend/src/components/GradientColorSelector/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="custom-switch-div">
3939
<el-switch
4040
v-model="enableCustom"
41-
:active-text="$t('commons.reset')"
41+
:active-text="$t('commons.custom')"
4242
inactive-text=""
4343
/>
4444
</div>

0 commit comments

Comments
 (0)