Completed
Pull Request — master (#541)
by
unknown
06:38
created
lib/Db/Credential.php 1 patch
Indentation   -3 removed lines patch added patch discarded remove patch
@@ -72,9 +72,6 @@
 block discarded – undo
72 72
  * @method string getFolderpath()
73 73
  * @method void setSharedKey(string $value)
74 74
  * @method string getSharedKey()
75
-
76
-
77
-
78 75
  */
79 76
 
80 77
 
Please login to merge, or discard this patch.
controller/translationcontroller.php 1 patch
Indentation   +20 added lines, -20 removed lines patch added patch discarded remove patch
@@ -141,8 +141,8 @@  discard block
 block discarded – undo
141 141
 			'add.tag' => $this->trans->t('Add tag'),
142 142
 			'folderpath' => $this->trans->t('Folderpath'),
143 143
 			'pick.icon' => $this->trans->t('Pick an icon'),
144
-            'pick.icon.search' => $this->trans->t('Search icons'),
145
-            'pick.icon.custom.label' => $this->trans->t('Upload a custom icon:'),
144
+			'pick.icon.search' => $this->trans->t('Search icons'),
145
+			'pick.icon.custom.label' => $this->trans->t('Upload a custom icon:'),
146 146
 			'use.icon' => $this->trans->t('Use this icon'),
147 147
 			'selected.icon' => $this->trans->t('Selected icon'),
148 148
 
@@ -350,15 +350,15 @@  discard block
 block discarded – undo
350 350
 			'decline' => $this->trans->t('Decline'),
351 351
 			'session.time.left' => $this->trans->t('You have {{session_time}} left before logout.'),
352 352
 			'vault.locked' => $this->trans->t('Your vault has been locked for {{time}} because of {{tries}} failed attempts!'),
353
-            'vault.hint.hello' => $this->trans->t('Hello there!'),
354
-            'vault.hint.hello.add' => $this->trans->t('It does not seem that you have any passwords. Do you want to add one?'),
355
-            'vault.hint.list.nogood' => $this->trans->t('You don\'t have good credentials'),
356
-            'vault.hint.list.nomedium' => $this->trans->t('You don\'t have medium credentials'),
357
-            'vault.hint.list.nobad' => $this->trans->t('You don\'t have bad credentials'),
358
-            'vault.hint.list.noexpired' => $this->trans->t('You don\'t have expired credentials'),
359
-            'vault.hint.list.nodeleted' => $this->trans->t('You don\'t have deleted credentials'),
360
-            'vault.hint.list.notags' => $this->trans->t('There are no credentials with your selected tags'),
361
-            'vault.hint.list.nosearch' => $this->trans->t('There are no credentials matching'),
353
+			'vault.hint.hello' => $this->trans->t('Hello there!'),
354
+			'vault.hint.hello.add' => $this->trans->t('It does not seem that you have any passwords. Do you want to add one?'),
355
+			'vault.hint.list.nogood' => $this->trans->t('You don\'t have good credentials'),
356
+			'vault.hint.list.nomedium' => $this->trans->t('You don\'t have medium credentials'),
357
+			'vault.hint.list.nobad' => $this->trans->t('You don\'t have bad credentials'),
358
+			'vault.hint.list.noexpired' => $this->trans->t('You don\'t have expired credentials'),
359
+			'vault.hint.list.nodeleted' => $this->trans->t('You don\'t have deleted credentials'),
360
+			'vault.hint.list.notags' => $this->trans->t('There are no credentials with your selected tags'),
361
+			'vault.hint.list.nosearch' => $this->trans->t('There are no credentials matching'),
362 362
 
363 363
 
364 364
 			// templates/views/vaults.html
@@ -404,15 +404,15 @@  discard block
 block discarded – undo
404 404
 			'deleted.credentials' => $this->trans->t('Deleted credentials'),
405 405
 			'logout' => $this->trans->t('Logout'),
406 406
 			'donate' => $this->trans->t('Donate'),
407
-            'navigation.show.all' => $this->trans->t('Show All'),
408
-            'navigation.tags' => $this->trans->t('Tags'),
409
-            'navigation.tags.search' => $this->trans->t('Search Tags'),
410
-            'navigation.strength.good' => $this->trans->t('Good Strength'),
411
-            'navigation.strength.medium' => $this->trans->t('Medium Strength'),
412
-            'navigation.strength.bad' => $this->trans->t('Bad Strength'),
413
-            'navigation.expired' => $this->trans->t('Expired'),
414
-            'navigation.advanced.filter' => $this->trans->t('Filter Tags'),
415
-            'navigation.advanced.checkbox' => $this->trans->t('Simple Navigation'),
407
+			'navigation.show.all' => $this->trans->t('Show All'),
408
+			'navigation.tags' => $this->trans->t('Tags'),
409
+			'navigation.tags.search' => $this->trans->t('Search Tags'),
410
+			'navigation.strength.good' => $this->trans->t('Good Strength'),
411
+			'navigation.strength.medium' => $this->trans->t('Medium Strength'),
412
+			'navigation.strength.bad' => $this->trans->t('Bad Strength'),
413
+			'navigation.expired' => $this->trans->t('Expired'),
414
+			'navigation.advanced.filter' => $this->trans->t('Filter Tags'),
415
+			'navigation.advanced.checkbox' => $this->trans->t('Simple Navigation'),
416 416
 
417 417
 
418 418
 			// templates/public_share.php
Please login to merge, or discard this patch.