Sign in
gerrit
/
gerrit
/
4ced9912b188a1bdc53cc8ac01fbf04f017ef2b0
/
.
/
polygerrit-ui
/
app
/
constants
/
messages.ts
blob: dca1e6108ffcdb10cd325e1339bfca59c7e1d4c6 [
file
] [
log
] [
blame
]
/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/** Message shown when no threads in gr-thread-list for robot comments */
export
const
NO_ROBOT_COMMENTS_THREADS_MSG
=
'There are no findings for this patchset.'
;