mirror of
https://github.com/owncloud/bookmarks.git
synced 2024-11-29 04:24:11 +01:00
Correct string typo
This commit is contained in:
parent
f79469063c
commit
b5c0cd7853
@ -360,7 +360,7 @@ function submitTagName(event) {
|
|||||||
function deleteTag(event){
|
function deleteTag(event){
|
||||||
tag_el = $(this).closest('li');
|
tag_el = $(this).closest('li');
|
||||||
var old_tag_name = tag_el.find('.tag').show().text();
|
var old_tag_name = tag_el.find('.tag').show().text();
|
||||||
OC.dialogs.confirm(t('bookmarks', 'Are you sure you want to remove this tag fro every entry?'),
|
OC.dialogs.confirm(t('bookmarks', 'Are you sure you want to remove this tag from every entry?'),
|
||||||
t('bookmarks', 'Warning'), function(answer) {
|
t('bookmarks', 'Warning'), function(answer) {
|
||||||
if(answer) {
|
if(answer) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
|
Loading…
Reference in New Issue
Block a user