update mail description

This commit is contained in:
Mohit Panjwani
2019-11-19 20:06:50 +05:30
parent b3aeafef47
commit e63836e1d7
2 changed files with 3 additions and 2 deletions

View File

@ -581,7 +581,7 @@ export default {
from_name: 'From Mail Name', from_name: 'From Mail Name',
from_mail: 'From Mail Address', from_mail: 'From Mail Address',
encryption: 'Mail Encryption', encryption: 'Mail Encryption',
mail_config_desc: 'Below details will be used to update the mail environment. Also you can change the details anytime after logging in.' mail_config_desc: 'Below is the form for Configuring Email driver for sending emails from the app. You can also configure third party providers like Sendgrid, SES etc.'
}, },
pdf: { pdf: {
title: 'PDF Setting', title: 'PDF Setting',
@ -757,7 +757,7 @@ export default {
from_name: 'From Mail Name', from_name: 'From Mail Name',
from_mail: 'From Mail Address', from_mail: 'From Mail Address',
encryption: 'Mail Encryption', encryption: 'Mail Encryption',
mail_config_desc: 'Below details will be used to update the mail environment. Also you can change the details anytime after logging in.' mail_config_desc: 'Below is the form for Configuring Email driver for sending emails from the app. You can also configure third party providers like Sendgrid, SES etc.'
}, },
req: { req: {
system_req: 'System Requirements', system_req: 'System Requirements',

View File

@ -14,6 +14,7 @@
</form> </form>
</div> </div>
</template> </template>
<script> <script>
import MultiSelect from 'vue-multiselect' import MultiSelect from 'vue-multiselect'
import { validationMixin } from 'vuelidate' import { validationMixin } from 'vuelidate'