jazzband / django-push-notifications

Send push notifications to mobile devices through GCM or APNS in Django.
MIT License
2.26k stars 613 forks source link

Spelling error & convert string to be translatable #614

Closed Andrew-Chen-Wang closed 3 years ago

Andrew-Chen-Wang commented 3 years ago

Fixes #613

codecov[bot] commented 3 years ago

Codecov Report

Merging #614 (268f34f) into master (13a2c6f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #614   +/-   ##
=======================================
  Coverage   68.30%   68.30%           
=======================================
  Files          24       24           
  Lines        1101     1101           
  Branches      173      173           
=======================================
  Hits          752      752           
  Misses        312      312           
  Partials       37       37           
Impacted Files Coverage Δ
push_notifications/models.py 78.04% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 13a2c6f...268f34f. Read the comment docs.

auvipy commented 2 years ago

migration was missing in this PR