Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1132914 - Change msg to be more clear that speed dial loads conta…
Browse files Browse the repository at this point in the history
…cts from SIM. r=drs.
  • Loading branch information
tamarahills authored and rvandermeulen committed Mar 3, 2015
1 parent 545d4b7 commit a5bfdfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/communications/dialer/test/unit/keypad_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,7 @@ suite('dialer/keypad', function() {
test('The overlay is displayed and then hidden', function(done) {
subject._getSimContactsList(0).then(function() {
sinon.assert.calledOnce(ConfirmDialog.show);
sinon.assert.calledWith(ConfirmDialog.show, 'loadingSimContacts');
sinon.assert.calledOnce(ConfirmDialog.hide);
}).then(done, done);
});
Expand Down
2 changes: 1 addition & 1 deletion shared/js/dialer/keypad.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ var KeypadManager = {
reject();
};

ConfirmDialog.show('loadingContacts', null, {
ConfirmDialog.show('loadingSimContacts', null, {
title: 'cancel',
callback: function() {
canceled = true;
Expand Down
1 change: 1 addition & 0 deletions shared/locales/keypad/keypad.en-US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ voiceMailKey.ariaLabel=Voicemail
asterisk.ariaLabel=Asterisk
hashSign.ariaLabel=Hash sign
cancel=Cancel
loadingSimContacts=Loading SIM card contacts...

0 comments on commit a5bfdfb

Please sign in to comment.