Skip to content

Commit 96235c0

Browse files
committed
Updated translation
1 parent 932d773 commit 96235c0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

resources/lang/en/messages.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,14 @@
336336
'Page Icons' => 'Page Icons',
337337
'Save links' => 'Save links',
338338

339+
# Tooltips
340+
'Customize' => 'Customize',
341+
'Edit' => 'Edit',
342+
'Delete' => 'Delete',
343+
'Clear icon cache' => 'Clear icon cache',
344+
345+
'confirm_delete' => 'Are you sure you want to delete :title?',
346+
339347

340348
/*
341349
|--------------------------------------------------------------------------
@@ -380,6 +388,7 @@
380388
'Delete your account' => 'Delete your account',
381389
'You are about to delete' => 'You are about to delete your account!',
382390
'You are about to delete This action cannot be undone' => 'You are about to delete your account! This action cannot be undone.',
391+
'Delete account' => 'Delete account',
383392

384393

385394
/*

resources/views/studio/profile.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
124124
setTimeout(function(){
125125
document.querySelector(".redButton").disabled = false;
126-
document.querySelector(".redButton").innerHTML = 'Delete account';
126+
document.querySelector(".redButton").innerHTML = '{{__('messages.Delete account')}}';
127127
document.querySelector(".redButton").style.filter = "none";
128128
}, 10000);
129129
</script>

0 commit comments

Comments
 (0)