[Client] Fix i18n
This commit is contained in:
		
							parent
							
								
									cdb8e41176
								
							
						
					
					
						commit
						5f34758e87
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
<ui-card>
 | 
					<ui-card>
 | 
				
			||||||
	<div slot="title"><fa :icon="['far', 'bell']"/> {{ $t('notification') }}</div>
 | 
						<div slot="title"><fa :icon="['far', 'bell']"/> {{ $t('title') }}</div>
 | 
				
			||||||
	<section>
 | 
						<section>
 | 
				
			||||||
		<ui-switch v-model="$store.state.i.settings.autoWatch" @change="onChangeAutoWatch">
 | 
							<ui-switch v-model="$store.state.i.settings.autoWatch" @change="onChangeAutoWatch">
 | 
				
			||||||
			{{ $t('auto-watch') }}<span slot="desc">{{ $t('auto-watch-desc') }}</span>
 | 
								{{ $t('auto-watch') }}<span slot="desc">{{ $t('auto-watch-desc') }}</span>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue