Skip to content

Instantly share code, notes, and snippets.

@PanosJee
Created December 18, 2012 18:18
Show Gist options
  • Save PanosJee/4330524 to your computer and use it in GitHub Desktop.
Save PanosJee/4330524 to your computer and use it in GitHub Desktop.
Set a localized fix notification
/* Localized fix notifications */
BugSenseHandler.SetLocalizedFixNotifications(
"Un correctif est disponible", // Title
"S\'il vous plaît mettre à jour à la version dernière" // Content
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment