Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit c78d788

Browse files
committed
Remove ellipsis
1 parent 33a61c9 commit c78d788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SimpleContentView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ public class SimpleContentView: UIView, ContentView {
6464
private func updateState() {
6565
switch state {
6666
case .Closed, .Opening:
67-
statusLabel.text = NSLocalizedString("Pull down to refresh", comment: "")
67+
statusLabel.text = NSLocalizedString("Pull down to refresh", comment: "")
6868
statusLabel.alpha = 1
6969
activityIndicatorView.stopAnimating()
7070
activityIndicatorView.alpha = 0
7171
case.Ready:
72-
statusLabel.text = NSLocalizedString("Release to refresh", comment: "")
72+
statusLabel.text = NSLocalizedString("Release to refresh", comment: "")
7373
statusLabel.alpha = 1
7474
activityIndicatorView.stopAnimating()
7575
activityIndicatorView.alpha = 0

0 commit comments

Comments
 (0)