fastlane/lib/fastlane/actions/prompt.rb in fastlane-2.58.0.beta.20170919010003 vs fastlane/lib/fastlane/actions/prompt.rb in fastlane-2.58.0.beta.20170920010003

- old
+ new

@@ -42,10 +42,10 @@ def self.available_options [ FastlaneCore::ConfigItem.new(key: :text, description: "The text that will be displayed to the user", - default_value: "Please enter a text: "), + default_value: "Please enter some text: "), FastlaneCore::ConfigItem.new(key: :ci_input, description: "The default text that will be used when being executed on a CI service", default_value: ''), FastlaneCore::ConfigItem.new(key: :boolean, description: "Is that a boolean question (yes/no)? This will add (y/n) at the end",