Skip to content
Snippets Groups Projects
Unverified Commit 30f1b61e authored by Aaron Ogle's avatar Aaron Ogle
Browse files

Added File Uploaded text on attachments to i18n

parent 1bc66053
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ Meteor.methods({
var fileUrl = '/file-upload/' + file._id + '/' + file.name;
var attachment = {
title: `File Uploaded: ${file.name}`,
title: `${TAPi18n.__('Attachment_File_Uploaded')}: ${file.name}`,
title_link: fileUrl,
title_link_download: true
};
......
......@@ -170,6 +170,7 @@
"Are_you_sure_you_want_to_delete_your_account" : "Are you sure you want to delete your account?",
"Assign_admin" : "Assigning admin",
"at" : "at",
"Attachment_File_Uploaded" : "File Uploaded",
"Auth_Token" : "Auth Token",
"Author" : "Author",
"Authorization_URL" : "Authorization URL",
......@@ -1323,4 +1324,4 @@
"Your_mail_was_sent_to_s" : "Your mail was sent to %s",
"Your_password_is_wrong" : "Your password is wrong!",
"Your_push_was_sent_to_s_devices" : "Your push was sent to %s devices"
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment