Skip to content
Snippets Groups Projects
Commit b330799e authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Changed label text on save/back button

parent 0d9c7a93
Branches
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
--> -->
<template> <template>
<div id="divCropCategory"> <div id="divCropCategory">
<a v-show="listSelectedIds.length > 0" class="vips-btn" @click="$router.go(-1)">{{ $t("back.label") }}</a> <a v-show="listSelectedIds.length > 0" class="vips-btn" @click="$router.go(-1)">{{ $t("save.label") }}</a>
<div v-show="listSelectedIds.length == 0" class="alert alert-info" role="alert"> <div v-show="listSelectedIds.length == 0" class="alert alert-info" role="alert">
{{ $t("crop.category.empty.alert") }} {{ $t("crop.category.empty.alert") }}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment