diff options
author | Vitaly Takmazov | 2019-10-02 21:26:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2019-10-02 21:26:55 +0300 |
commit | ddf6a6110f752304aee5ca5a67cb5d73a30c34c5 (patch) | |
tree | cc2e0e591df40980aaf38df10168459e50bc09cd /Juick/Main.storyboard | |
parent | f05129951f473cadaaf2c383c9e1ed24121583a3 (diff) |
Fix chats title
Diffstat (limited to 'Juick/Main.storyboard')
-rw-r--r-- | Juick/Main.storyboard | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Juick/Main.storyboard b/Juick/Main.storyboard index 20364fe..babe8e2 100644 --- a/Juick/Main.storyboard +++ b/Juick/Main.storyboard @@ -189,10 +189,10 @@ </objects> <point key="canvasLocation" x="-1052" y="599"/> </scene> - <!--Notifications--> + <!--Chats--> <scene sceneID="CAp-HD-pIQ"> <objects> - <tableViewController title="Notifications" id="vqF-gx-pZG" customClass="DialogsViewController" sceneMemberID="viewController"> + <tableViewController title="Chats" id="vqF-gx-pZG" customClass="DialogsViewController" sceneMemberID="viewController"> <tableView key="view" clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" id="ZQ7-23-Nqu"> <rect key="frame" x="0.0" y="0.0" width="375" height="667"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> |