mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 03:50:11 +08:00
Use non-breaking space for Reload button
Summary: Stops the text in 'Reload (R, R)' from wrapping after the comma. Reviewed By: foghina Differential Revision: D3641409 fbshipit-source-id: ecbc8ea2935f613559f26e8ace1e9b609ea2ad18
This commit is contained in:
committed by
Facebook Github Bot 6
parent
7606564611
commit
65fdd70d45
@@ -19,6 +19,6 @@
|
||||
<string name="catalyst_element_inspector" project="catalyst" translatable="false">Toggle Inspector</string>
|
||||
<string name="catalyst_heap_capture" project="catalyst" translatable="false">Capture Heap</string>
|
||||
<string name="catalyst_dismiss_button" project="catalyst" translatable="false">Dismiss (ESC)</string>
|
||||
<string name="catalyst_reload_button" project="catalyst" translatable="false">Reload (R, R)</string>
|
||||
<string name="catalyst_reload_button" project="catalyst" translatable="false">Reload (R,\u00A0R)</string>
|
||||
<string name="catalyst_copy_button" project="catalyst" translatable="false">Copy</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user