File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 64
64
<div class =" col-lg-8" >
65
65
<button class =" btn btn-outline-secondary" >
66
66
<a href =" {{ route (' exportAll' ) } }" >
67
- <i class =" bi bi-layer-backward" ></i >{{ __ (' messages.Export all data' )} }
67
+ <i class =" bi bi-layer-backward" ></i > {{ __ (' messages.Export all data' )} }
68
68
</a >
69
69
</button >
70
70
<button class =" btn btn-outline-secondary" >
71
71
<a href =" {{ route (' exportLinks' ) } }" >
72
- <i class =" bi bi-layer-backward" ></i >{{ __ (' messages.Export links only' )} }
72
+ <i class =" bi bi-layer-backward" ></i > {{ __ (' messages.Export links only' )} }
73
73
</a >
74
74
</button >
75
75
</div >
82
82
@csrf
83
83
<div class =" form-group col-lg-8" ><br ><br ><br >
84
84
<h4 >{{ __ (' messages.Import user data' )} } </h4 >
85
- <label >{{ __ (' messages.Import your user data from another instance. ' )} } </label >
85
+ <label >{{ __ (' messages.Import your user data from another instance' )} } </label >
86
86
<input type =" file" accept =" application/JSON" class =" form-control" id =" customFile" name =" import" >
87
87
</div >
88
88
You can’t perform that action at this time.
0 commit comments